Uses of Class
javax.xml.rpc.ServiceException

Packages that use ServiceException
javax.xml.rpc   
org.apache.axis.client   
 

Uses of ServiceException in javax.xml.rpc
 

Methods in javax.xml.rpc that throw ServiceException
static ServiceFactory ServiceFactory.newInstance()
          Gets an instance of the ServiceFactory.
abstract  Service ServiceFactory.createService(java.net.URL wsdlDocumentLocation, QName serviceName)
          Create a Service instance.
abstract  Service ServiceFactory.createService(QName serviceName)
          Create a Service instance.
 java.rmi.Remote Service.getPort(QName portName, java.lang.Class proxyInterface)
          The getPort method returns a dynamic proxy for the specified service port.
 java.rmi.Remote Service.getPort(java.lang.Class serviceDefInterface)
          The getPort method returns a dynamic proxy for a default service port.
 Call Service.createCall(QName portName)
          Creates a Call instance.
 Call Service.createCall(QName portName, java.lang.String operationName)
          Creates a Call instance.
 Call Service.createCall(QName portName, QName operationName)
          Creates a Call instance.
 Call Service.createCall()
          Creates an empty Call object that needs to be configured using the setter methods on the Call interface.
 void Service.setTypeMappingRegistry(TypeMappingRegistry registry)
          Registers a type mapping registry with this Service object.
 

Uses of ServiceException in org.apache.axis.client
 

Methods in org.apache.axis.client that throw ServiceException
 java.rmi.Remote Service.getPort(QName portName, java.lang.Class proxyInterface)
          Not implemented yet
 java.rmi.Remote Service.getPort(java.lang.Class proxyInterface)
          Not implemented yet
 java.rmi.Remote Service.getPort(java.lang.String endpoint, java.lang.Class proxyInterface)
          Return an object which acts as a dynamic proxy for the passed interface class.
 Call Service.createCall(QName portName)
          Creates a new Call object - will prefill as much info from the WSDL as it can.
 Call Service.createCall(QName portName, java.lang.String operationName)
          Creates a new Call object - will prefill as much info from the WSDL as it can.
 Call Service.createCall(QName portName, QName operationName)
          Creates a new Call object - will prefill as much info from the WSDL as it can.
 Call Service.createCall()
          Creates a new Call object with no prefilled data.
 void Service.setTypeMappingRegistry(TypeMappingRegistry registry)
          Defines the current Type Mappig Registry.
 

Constructors in org.apache.axis.client that throw ServiceException
Service(java.net.URL wsdlDoc, QName serviceName)
          Constructs a new Service object for the service in the WSDL document pointed to by the wsdlDoc URL and serviceName parameters.
Service(java.lang.String wsdlLocation, QName serviceName)
          Constructs a new Service object for the service in the WSDL document pointed to by the wsdlLocation and serviceName parameters.
Service(java.io.InputStream wsdlInputStream, QName serviceName)
          Constructs a new Service object for the service in the WSDL document in the wsdlInputStream and serviceName parameters.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.