|
||||||||||
| 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 | |
|---|---|
Attachments |
getAttachments()
Get the attachments to send with the request. |
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,
XFireFault
reader -
javax.xml.stream.XMLStreamException
XFireFault - The ClientHandler must create an XFireFault
and throw it if a fault occurs.Attachments getAttachments()
null if there are no attachments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||