|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceException | |
javax.xml.rpc | |
javax.xml.rpc.server | |
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. |
Call[] |
Service.getCalls()
Gets an array of preconfigured Call objects for invoking operations on the specified port. |
Uses of ServiceException in javax.xml.rpc.server |
Methods in javax.xml.rpc.server that throw ServiceException | |
void |
ServiceLifecycle.init(java.lang.Object context)
After a service endpoint object (an instance of a service endpoint class) is instantiated, the JAX-RPC runtime system invokes the init method.The service endpoint class uses the init method to initialize its configuration and setup access to any external resources. |
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. |
Call[] |
Service.getCalls()
Gets an array of preconfigured Call objects for invoking operations on the specified port. |
void |
Service.setTypeMappingRegistry(TypeMappingRegistry registry)
Defines the current Type Mappig Registry. |
Call |
Service.getCall()
|
Service |
ServiceFactory.createService(java.net.URL wsdlDocumentLocation,
QName serviceName)
Create a Service instance. |
Service |
ServiceFactory.createService(QName serviceName)
Create a Service instance. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |