|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the properties of a SOAP request.
Method Summary | |
void |
execute()
Handles the interesting part of the SOAP request, that is, the part that contains the command. |
void |
init(SoapHandler handler,
SoapInboundMessage inbound,
XmlPullParser parser)
Initializes a SOAP request that operates on the given surrounding SoapHandler and reads its input from the given XML parser. |
void |
writeResponse(SoapOutboundMessage response)
Writes an HTTP response for the results that this request produced. |
Method Detail |
public void init(SoapHandler handler, SoapInboundMessage inbound, XmlPullParser parser) throws java.io.IOException, XmlPullParserException
java.io.IOException
XmlPullParserException
public void execute() throws java.io.IOException, XmlPullParserException
java.io.IOException
XmlPullParserException
public void writeResponse(SoapOutboundMessage response) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |