Uses of Interface
com.sun.xml.ws.api.model.WSDLOperationMapping
-
Packages that use WSDLOperationMapping Package Description com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.wsdl -
-
Uses of WSDLOperationMapping in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message that return WSDLOperationMapping Modifier and Type Method Description WSDLOperationMappingMessageMetadata. getWSDLOperationMapping()WSDLOperationMappingPacket. getWSDLOperationMapping() -
Uses of WSDLOperationMapping in com.sun.xml.ws.wsdl
Methods in com.sun.xml.ws.wsdl that return WSDLOperationMapping Modifier and Type Method Description WSDLOperationMappingOperationDispatcher. getWSDLOperationMapping(Packet request)WSDLOperationMappingWSDLOperationFinder. getWSDLOperationMapping(Packet request)protected WSDLOperationMappingWSDLOperationFinder. wsdlOperationMapping(WSDLBoundOperation o)protected WSDLOperationMappingWSDLOperationFinder. wsdlOperationMapping(JavaMethodImpl j)
-