|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.activesoap.transport.Invocation
Represents the invocation of an operation, whether REST or SOAP
Constructor Summary | |
Invocation(TransportClient transport,
XMLStreamFactory streamFactory)
|
Method Summary | |
BufferedReader |
asBufferedReader(Reader request)
A helper method which returns the reader as a BufferedReader |
protected Reader |
createRequestReader()
|
protected XMLStreamReader |
createXMLStreamReader(Reader reader)
|
protected XMLStreamWriter |
createXMLStreamWriter()
|
XMLStreamWriter |
getOut()
|
protected String |
getRequestText()
|
void |
invokeOneWay()
Invokes a one way operation |
XMLStreamReader |
invokeRequest()
Performs a request/reply waiting for the reply and returning a parser on the response |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Invocation(TransportClient transport, XMLStreamFactory streamFactory)
Method Detail |
public XMLStreamWriter getOut() throws XMLStreamException
XMLStreamException
public void invokeOneWay() throws Exception
Exception
public XMLStreamReader invokeRequest() throws Exception
Exception
public BufferedReader asBufferedReader(Reader request)
BufferedReader
protected Reader createRequestReader() throws XMLStreamException
XMLStreamException
protected String getRequestText()
protected XMLStreamReader createXMLStreamReader(Reader reader) throws XMLStreamException
XMLStreamException
protected XMLStreamWriter createXMLStreamWriter() throws XMLStreamException
XMLStreamException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |