Frames | No Frames |
Methods which throw type javax.xml.rpc.ServiceException | |
java.rmi | 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 | Creates a Call instance. |
Call | Creates a Call instance. |
Service | 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 | 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
QName s of service endpoints grouped by this
service. |
Service | ServiceFactory.loadService(java.lang.Class class1) |
Service | ServiceFactory.loadService(java.net.URL url, java.lang.Class class1, java.util.Properties properties) |
Service | |
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. |
Methods which throw type javax.xml.rpc.ServiceException | |
void | ServiceLifecycle.init(Object context) Used for initialization of a service endpoint. |
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. | |
Constructs a new Service object for the service in the WSDL document
in the wsdlInputStream and serviceName parameters. | |
Constructs a new Service object for the service in the WSDL document
pointed to by the wsdlLocation and serviceName parameters. | |
Constructs a new Service object for the service in the WSDL document
pointed to by the wsdlDoc URL and serviceName parameters. | |
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 | Creates a new Call object - will prefill as much info from the WSDL
as it can. |
Call | Creates a new Call object - will prefill as much info from the WSDL
as it can. |
Service | 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 | Return a dynamic proxy for the given proxy interface. |
Remote | Return an object which acts as a dynamic proxy for the passed
interface class. |
Remote | 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
QName s 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 | Create an instance of the generated service implementation class
for a given service, if available. |
void | Defines the current Type Mappig Registry. |