Package com.sun.identity.liberty.ws.soapbinding

Provides classes to manage Liberty SOAP Binding.

See:
          Description

Interface Summary
RequestHandler The RequestHandler interface needs to be implemented by each web services in order to receive request from your web service client.
 

Class Summary
Client The Client class provides web service clients with a method to send requests using SOAP connection to web service servers.
ConsentHeader The ConsentHeader class represents Consent element defined in SOAP binding schema.
CorrelationHeader The CorrelationHeader class represents Correlation element defined in SOAP binding schema.
Message The Message class is used by web service client and server to construct request or response.
ProcessingContextHeader The ProcessingContextHeader class represents ProcessingContext element defined in SOAP binding schema.
ProviderHeader The ProviderHeader class represents 'Provider' element defined in SOAP binding schema.
SOAPFault The SOAPFault class represents a SOAP Fault element.
SOAPFaultDetail The SOAPFaultDetail class represents the 'Detail' child element of SOAP Fault element.
UsageDirectiveHeader The UsageDirectiveHeader class represents 'UsageDirective' element defined in SOAP binding schema.
 

Exception Summary
SOAPBindingException The SOAPBindingException class represents a error while processing SOAP request and response.
SOAPFaultException The SOAPFaultException class represents a SOAP Fault while processing SOAP request.
 

Package com.sun.identity.liberty.ws.soapbinding Description

Provides classes to manage Liberty SOAP Binding.