|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientHandler
A ClientHandler creates the necessary requestion and response objects from the XML streams. If this is a SOAP invocation, there will be a handler for the header and for the body.
Method Summary | |
---|---|
void |
handleResponse(javax.xml.stream.XMLStreamReader reader)
Handle the response. |
boolean |
hasRequest()
|
void |
writeRequest(javax.xml.stream.XMLStreamWriter writer)
Write the request to the XMLStreamWriter. |
Method Detail |
---|
boolean hasRequest()
void writeRequest(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
writer
-
javax.xml.stream.XMLStreamException
void handleResponse(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException
reader
-
javax.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |