Uses of Class javax.xml.rpc.ServiceException

Uses in package javax.xml.rpc.server

Methods which throw type javax.xml.rpc.ServiceException

void
ServiceLifecycle.init(Object context)
Used for initialization of a service endpoint.

Uses in package javax.xml.rpc

Methods which throw type javax.xml.rpc.ServiceException

java.rmi
Service..Remote getPort(QName portName, Class serviceEndpointInterface)
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
Call
Creates a Call object not associated with specific operation or target service endpoint.
Call
Creates a Call instance.
Call
Service.createCall(QName portName, String operationName)
Creates a Call instance.
Call
Service.createCall(QName portName, QName operationName)
Creates a Call instance.
Service
ServiceFactory.createService(URL wsdlDocumentLocation, QName serviceName)
Create a Service instance.
Service
Create a Service instance.
Call[]
Gets an array of preconfigured Call objects for invoking operations on the specified port.
java.rmi.Remote
Service.getPort(Class serviceEndpointInterface)
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
java.util.Iterator
Returns an Iterator for the list of QNames of service endpoints grouped by this service.
Service
ServiceFactory.loadService(URL url, java.lang.Class class1, java.util.Properties properties)
Service
ServiceFactory.loadService(URL url, QName qname, java.util.Properties properties)
Service
ServiceFactory.loadService(java.lang.Class class1)
ServiceFactory
Gets an instance of the ServiceFactory

Only one copy of a factory exists and is returned to the application each time this method is called.

Uses in package org.apache.axis.client

Constructors which throw type javax.xml.rpc.ServiceException

AdminClient.AdminClient(boolean ignored)
this is a somwhat contrived variant constructor, one that throws an exception if things go wrong.
Service.Service(InputStream wsdlInputStream, QName serviceName)
Constructs a new Service object for the service in the WSDL document in the wsdlInputStream and serviceName parameters.
Service.Service(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.Service(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.Service(Parser parser, QName serviceName)
Constructs a new Service object for the service in the WSDL document

Methods which throw type javax.xml.rpc.ServiceException

Call
Creates a call from the service.
Call
Creates a new Call object with no prefilled data.
Call
Creates a new Call object - will prefill as much info from the WSDL as it can.
Call
Service.createCall(QName portName, 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.
Service
ServiceFactory.createService(URL wsdlDocumentLocation, QName serviceName)
Create a Service instance.
Service
Create a Service instance.
Call
Returns last Call object associated with this service.
Call[]
Gets an array of preconfigured Call objects for invoking operations on the specified port.
Remote
Service.getPort(Class proxyInterface)
Return a dynamic proxy for the given proxy interface.
Remote
Service.getPort(String endpoint, Class proxyInterface)
Return an object which acts as a dynamic proxy for the passed interface class.
Remote
Service.getPort(QName portName, Class proxyInterface)
Return either an instance of a generated stub, if it can be found, or a dynamic proxy for the given proxy interface.
Iterator
Returns an Iterator for the list of QNames of service endpoints grouped by this service
Service
ServiceFactory.loadService(Class serviceInterface)
Create an instance of the generated service implementation class for a given service interface, if available.
Service
ServiceFactory.loadService(URL wsdlDocumentLocation, Class serviceInterface, Properties properties)
Create an instance of the generated service implementation class for a given service interface, if available.
Service
ServiceFactory.loadService(URL wsdlDocumentLocation, QName serviceName, Properties properties)
Create an instance of the generated service implementation class for a given service, if available.
void
Defines the current Type Mappig Registry.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.