Interface | Description |
---|---|
SDDocumentResolver |
Resolves a systemId to
SDDocument |
Class | Description |
---|---|
ActionBasedOperationFinder |
An
WSDLOperationFinder implementation that uses
WS-Addressing Action Message Addressing Property, wsa:Action and SOAP Payload QName,
as the key for dispatching. |
ActionBasedOperationSignature |
This class models the Operation Signature as defined by WS-I BP ( 1.2 or 2.0) to use wsa:Action and payload QName to
identify the corresponding wsdl operation from a request SOAP Message.
|
OperationDispatcher |
This class abstracts the process of identifying the wsdl operation from a SOAP Message request.
|
PayloadQNameBasedOperationFinder |
An
WSDLOperationFinder that uses SOAP payload first child's QName as the key for dispatching. |
SOAPActionBasedOperationFinder |
An
WSDLOperationFinder that uses SOAPAction as the key for dispatching. |
WSDLOperationFinder |
Extensions if this class will be used for dispatching the request message to the correct endpoint method by
identifying the wsdl operation associated with the request.
|
Exception | Description |
---|---|
DispatchException |
Exception that demands a specific fault message to be sent back. |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.