Uses of Class
com.sun.xml.ws.wsdl.DispatchException
-
Packages that use DispatchException Package Description com.sun.xml.ws.api.databinding com.sun.xml.ws.db com.sun.xml.ws.wsdl -
-
Uses of DispatchException in com.sun.xml.ws.api.databinding
Methods in com.sun.xml.ws.api.databinding that throw DispatchException Modifier and Type Method Description EndpointCallBridgeDatabinding. getEndpointBridge(Packet soap) -
Uses of DispatchException in com.sun.xml.ws.db
Methods in com.sun.xml.ws.db that throw DispatchException Modifier and Type Method Description EndpointCallBridgeDatabindingImpl. getEndpointBridge(Packet req) -
Uses of DispatchException in com.sun.xml.ws.wsdl
Methods in com.sun.xml.ws.wsdl that throw DispatchException Modifier and Type Method Description WSDLOperationMappingOperationDispatcher. getWSDLOperationMapping(Packet request)WSDLOperationMappingWSDLOperationFinder. getWSDLOperationMapping(Packet request)QNameOperationDispatcher. getWSDLOperationQName(Packet request)Deprecated.use getWSDLOperationMapping(Packet request)QNameWSDLOperationFinder. getWSDLOperationQName(Packet request)Deprecated.use getWSDLOperationMapping(Packet request)
-