Package | Description |
---|---|
com.sun.xml.ws.api.databinding | |
com.sun.xml.ws.db | |
com.sun.xml.ws.wsdl |
Modifier and Type | Method and Description |
---|---|
EndpointCallBridge |
Databinding.getEndpointBridge(com.sun.xml.ws.api.message.Packet soap)
Deserializes a request XML(SOAP) message to a JavaCallInfo instance
representing a JAVA method call.
|
Modifier and Type | Method and Description |
---|---|
EndpointCallBridge |
DatabindingImpl.getEndpointBridge(com.sun.xml.ws.api.message.Packet req) |
Modifier and Type | Method and Description |
---|---|
WSDLOperationMapping |
OperationDispatcher.getWSDLOperationMapping(com.sun.xml.ws.api.message.Packet request) |
WSDLOperationMapping |
WSDLOperationFinder.getWSDLOperationMapping(com.sun.xml.ws.api.message.Packet request) |
QName |
OperationDispatcher.getWSDLOperationQName(com.sun.xml.ws.api.message.Packet request)
Deprecated.
use getWSDLOperationMapping(Packet request)
|
QName |
WSDLOperationFinder.getWSDLOperationQName(com.sun.xml.ws.api.message.Packet request)
Deprecated.
use getWSDLOperationMapping(Packet request)
|
Copyright © 2015 Oracle Corporation. All rights reserved.