|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infolayer.soap.util.SoapInboundMessageImpl
A simple class for handling inbound multipart SOAP messages on J2SE.
Constructor Summary | |
SoapInboundMessageImpl()
Creates a new message object. |
Method Summary | |
void |
decode(java.io.InputStream input,
java.lang.String contentType)
Decodes and initializes the object. |
java.io.InputStream |
getAttachment(java.lang.String key)
Returns an InputStream to a single attachment by its key. |
java.util.Enumeration |
getAttachments()
Returns an enumeration holding the keys for all the attachments of the SOAP request. |
java.lang.String |
getAttachmentType(java.lang.String key)
Returns the MIME type of a single attachment by its key. |
XmlPullParser |
getBody()
Returns an XML parser for the body of the SOAP request. |
java.lang.String |
getLogin()
Returns the remote user's login. |
java.lang.String |
getPassword()
Returns the remote user's password. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SoapInboundMessageImpl()
Method Detail |
public java.lang.String getLogin()
getLogin
in interface SoapInboundMessage
public java.lang.String getPassword()
getPassword
in interface SoapInboundMessage
public XmlPullParser getBody() throws XmlPullParserException
getBody
in interface SoapInboundMessage
XmlPullParserException
public java.util.Enumeration getAttachments()
getAttachments
in interface SoapInboundMessage
public java.io.InputStream getAttachment(java.lang.String key) throws java.io.IOException
getAttachment
in interface SoapInboundMessage
java.io.IOException
public java.lang.String getAttachmentType(java.lang.String key)
getAttachmentType
in interface SoapInboundMessage
public void decode(java.io.InputStream input, java.lang.String contentType) throws java.io.IOException, XmlPullParserException
decode
in interface SoapInboundMessage
java.io.IOException
XmlPullParserException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |