Uses of Class
com.sun.xml.ws.wsdl.DispatchException

Packages that use DispatchException
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
 EndpointCallBridge Databinding.getEndpointBridge(Packet soap)
          Deserializes a request XML(SOAP) message to a JavaCallInfo instance representing a JAVA method call.
 

Uses of DispatchException in com.sun.xml.ws.db
 

Methods in com.sun.xml.ws.db that throw DispatchException
 EndpointCallBridge DatabindingImpl.getEndpointBridge(Packet req)
           
 

Uses of DispatchException in com.sun.xml.ws.wsdl
 

Methods in com.sun.xml.ws.wsdl that throw DispatchException
 WSDLOperationMapping OperationDispatcher.getWSDLOperationMapping(Packet request)
           
 WSDLOperationMapping WSDLOperationFinder.getWSDLOperationMapping(Packet request)
           
 QName OperationDispatcher.getWSDLOperationQName(Packet request)
          Deprecated. use getWSDLOperationMapping(Packet request)
 QName WSDLOperationFinder.getWSDLOperationQName(Packet request)
          Deprecated. use getWSDLOperationMapping(Packet request)
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.