See: Description
Interface | Description |
---|---|
RequestHandler |
The
RequestHandler interface needs to be implemented
by each web services in order to receive request from your web service
client. |
Class | Description |
---|---|
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. |
Utils |
This class contains utility methods.
|
Exception | Description |
---|---|
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. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.