public abstract class WSDLOperationFinder extends Object
OperationDispatcher
Modifier and Type | Field and Description |
---|---|
protected WSBinding |
binding |
protected SEIModel |
seiModel |
protected WSDLPort |
wsdlModel |
Constructor and Description |
---|
WSDLOperationFinder(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)
|
protected WSDLOperationMapping |
wsdlOperationMapping(JavaMethodImpl j) |
protected WSDLOperationMapping |
wsdlOperationMapping(WSDLBoundOperation o) |
protected final WSDLPort wsdlModel
protected final WSBinding binding
protected final SEIModel seiModel
public QName getWSDLOperationQName(com.sun.xml.ws.api.message.Packet request) throws DispatchException
request
- Request Packet that is used to find the associated WSDLOperationDispatchException
- When the information in the Packet is invalidpublic WSDLOperationMapping getWSDLOperationMapping(com.sun.xml.ws.api.message.Packet request) throws DispatchException
DispatchException
protected WSDLOperationMapping wsdlOperationMapping(JavaMethodImpl j)
protected WSDLOperationMapping wsdlOperationMapping(WSDLBoundOperation o)
Copyright © 2015 Oracle Corporation. All rights reserved.