final class SOAPActionBasedOperationFinder extends WSDLOperationFinder
WSDLOperationFinder that uses SOAPAction as the key for dispatching.
A map of all SOAPAction on the port and the corresponding WSDL operation QName
is initialized in the constructor. The SOAPAction from the
request Packet is used as the key to identify the associated wsdl operation.binding, seiModel, wsdlModel| Constructor and Description |
|---|
SOAPActionBasedOperationFinder(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel) |
| Modifier and Type | Method and Description |
|---|---|
QName |
getWSDLOperationQName(Packet request)
This methods returns the QName of the WSDL operation correponding to a request Packet.
|
public QName getWSDLOperationQName(Packet request)
WSDLOperationFindergetWSDLOperationQName in class WSDLOperationFinderrequest - Request Packet that is used to find the associated WSDLOperationCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.