Package com.sun.xml.ws.wsdl
Class OperationDispatcher
java.lang.Object
com.sun.xml.ws.wsdl.OperationDispatcher
This class abstracts the process of identifying the wsdl operation from a SOAP Message request.
This is primarily for dispatching the request messages to an endpoint method.
Different implementations of
WSDLOperationFinder are used underneath to identify the wsdl operation based on
if AddressingFeature is enabled or not.- Author:
- Rama Pulavarthi
-
Constructor Summary
ConstructorsConstructorDescriptionOperationDispatcher(WSDLPort wsdlModel, WSBinding binding, SEIModel seiModel) -
Method Summary
Modifier and TypeMethodDescriptiongetWSDLOperationMapping(Packet request) getWSDLOperationQName(Packet request) Deprecated.use getWSDLOperationMapping(Packet request)
-
Constructor Details
-
OperationDispatcher
-
-
Method Details
-
getWSDLOperationQName
Deprecated.use getWSDLOperationMapping(Packet request)- Parameters:
request- Packet- Returns:
- QName of the wsdl operation.
- Throws:
DispatchException- if a unique operartion cannot be associated with this packet.
-
getWSDLOperationMapping
@NotNull public WSDLOperationMapping getWSDLOperationMapping(Packet request) throws DispatchException - Throws:
DispatchException
-