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 WSDLOperationFinder.getWSDLOperationMapping(Packet request)
           
 WSDLOperationMapping OperationDispatcher.getWSDLOperationMapping(Packet request)
           
 javax.xml.namespace.QName WSDLOperationFinder.getWSDLOperationQName(Packet request)
          Deprecated. use getWSDLOperationMapping(Packet request)
 javax.xml.namespace.QName OperationDispatcher.getWSDLOperationQName(Packet request)
          Deprecated. use getWSDLOperationMapping(Packet request)
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.