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

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

Uses of SoapOutboundMessage in org.infolayer.soap
 

Methods in org.infolayer.soap with parameters of type SoapOutboundMessage
 void SoapRequest.writeResponse(SoapOutboundMessage response)
          Writes an HTTP response for the results that this request produced.
 void Soap_Evaluate.writeResponse(SoapOutboundMessage response)
          Writes an HTTP response for the results that this request produced.
 void SoapWriter.execute(SoapOutboundMessage response, java.lang.String namespace, java.lang.String name, java.lang.Object object)
          Writes an HTTP response for the results that this request produced.
 void Soap_Invoke.writeResponse(SoapOutboundMessage response)
          Writes an HTTP response for the results that this request produced.
 void Soap_Update.writeResponse(SoapOutboundMessage response)
          Writes an HTTP response for the results that this request produced.
 void Soap_Schema.writeResponse(SoapOutboundMessage response)
          Writes an HTTP response for the results that this request produced.
 

Uses of SoapOutboundMessage in org.infolayer.soap.util
 

Classes in org.infolayer.soap.util that implement SoapOutboundMessage
 class SoapOutboundMessageImpl
          A simple class for handling outbound multipart SOAP messages on J2SE.