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. |
SOAPProviderConfig |
This interface is used to read the SOAP Provider configuration from
various configuration stores.
|
WebServiceAuthenticator |
This interface provides methods for authentication a web service.
|
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. |
MessageProcessor |
The class
MessageProcessor is used to process the
SOAPMessage for the JSR 196 providers. |
NamespacePrefixMapperImpl |
This class is the implementation of the
NamespacePrefixMapper . |
ProcessingContextHeader |
The
ProcessingContextHeader class represents
ProcessingContext element defined in SOAP binding schema. |
ProviderHeader |
The
ProviderHeader class represents 'Provider' element defined
in SOAP binding schema. |
ServiceInstanceUpdateHeader |
The
ServiceInstanceUpdateHeader class represents
ServiceInstanceUpdate element defined in SOAP binding schema. |
ServiceInstanceUpdateHeader.Credential |
The
ServiceInstanceUpdateHeader.Credential class represents
Credential element in ServiceInstanceUpdate
element defined in SOAP binding schema. |
SOAPBindingConstants |
This class contains all the constants used by the
Soapbinding classes.
|
SOAPBindingService |
This class provides methods to retrieve SOAP configuration
from the data store.
|
SOAPFault |
The
SOAPFault class represents a SOAP Fault element. |
SOAPFaultDetail |
The
SOAPFaultDetail class represents the 'Detail' child element
of SOAP Fault element. |
SOAPReceiver |
The
SOAPReceiver class defines a SOAP Receiver which supports
SOAP over HTTP binding. |
UsageDirectiveHeader |
The
UsageDirectiveHeader class represents 'UsageDirective'
element defined in SOAP binding schema. |
Utils |
This class contains utility methods.
|
WSX509KeyManager |
The
WSX509KeyManager class implements JSSE X509KeyManager
interface. |
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–2025 Open Identity Platform Community. All rights reserved.