public class OperationDispatcher extends Object
WSDLOperationFinder
are used underneath to identify the wsdl operation based on
if AddressingFeature is enabled or not.Constructor and Description |
---|
OperationDispatcher(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel) |
Modifier and Type | Method and Description |
---|---|
WSDLOperationMapping |
getWSDLOperationMapping(com.sun.xml.ws.api.message.Packet request) |
QName |
getWSDLOperationQName(com.sun.xml.ws.api.message.Packet request)
Deprecated.
use getWSDLOperationMapping(Packet request)
|
@NotNull public QName getWSDLOperationQName(com.sun.xml.ws.api.message.Packet request) throws DispatchException
request
- PacketDispatchException
- if a unique operartion cannot be associated with this packet.@NotNull public WSDLOperationMapping getWSDLOperationMapping(com.sun.xml.ws.api.message.Packet request) throws DispatchException
DispatchException
Copyright © 2015 Oracle Corporation. All rights reserved.