Uses of Interface
org.infolayer.soap.util.SoapInboundMessage

Packages that use SoapInboundMessage
org.infolayer.soap   
org.infolayer.soap.util   
 

Uses of SoapInboundMessage in org.infolayer.soap
 

Methods in org.infolayer.soap with parameters of type SoapInboundMessage
 void SoapRequest.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 Soap_Evaluate.init(SoapHandler handler, SoapInboundMessage inbound, XmlPullParser parser)
          Initializes a new SOAP Update handler that operates on the given surrounding SoapHandler and reads its input from the given XML parser.
 void Soap_Invoke.init(SoapHandler handler, SoapInboundMessage inbound, XmlPullParser parser)
          Initializes the SOAP Execute handler and builds a DOM for the method and its actual arguments.
 void Soap_Update.init(SoapHandler handler, SoapInboundMessage inbound, XmlPullParser parser)
          Initializes a new SOAP Update handler.
 void Soap_Schema.init(SoapHandler handler, SoapInboundMessage inbound, XmlPullParser parser)
          Initializes a new SOAP Schema handler that operates on the given surrounding SoapHandler and reads its input from the given XML parser.
 

Uses of SoapInboundMessage in org.infolayer.soap.util
 

Classes in org.infolayer.soap.util that implement SoapInboundMessage
 class SoapInboundMessageImpl
          A simple class for handling inbound multipart SOAP messages on J2SE.