|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an XML RPC request received by the Server.
Field Summary |
Fields inherited from interface com.sssw.jbroker.web.portable.InputStream |
NEXT_ELEMENT, SOAP_BODY, SOAP_HEADER |
Method Summary | |
String |
getAction()
Get the soapAction. |
String |
getMethod()
Get the method name. |
void |
seek(int elementNum)
Postions the stream at a particular element. |
Methods inherited from interface com.sssw.jbroker.web.portable.InputStream |
close, getAttributes, getDataHandler, getEncodingStyleURI, getQName, isDocument, peek, readAttachment, readAttachment, readBoolean, readBoolean, readByte, readByte, readChar, readChar, readContent, readDouble, readDouble, readFloat, readFloat, readInt, readInt, readLong, readLong, readObject, readObject, readObject, readObject, readObject, readShort, readShort, setEncodingStyleURI, setMixedContent, setObject |
Methods inherited from interface com.sssw.jbroker.web.portable.ResponseHandler |
createExceptionReply, createExceptionReply, createReply, createReply, createReply |
Method Detail |
public String getMethod()
public String getAction()
public void seek(int elementNum) throws IOException
elementNum
- constant defined by InputStream for BODY, HEADER or ELEMENT.
IOException
|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |