Uses of Interface javax.xml.rpc.Service

Uses in package javax.xml.rpc

Methods with return type javax.xml.rpc.Service

Service
ServiceFactory.createService(URL wsdlDocumentLocation, QName serviceName)
Create a Service instance.
Service
Create a Service instance.
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)

Uses in package org.apache.axis.client

Classes implementing javax.xml.rpc.Service

class
Axis' JAXRPC Dynamic Invoation Interface implementation of the Service interface.

Fields of type javax.xml.rpc.Service

Service

Methods with return type javax.xml.rpc.Service

Service
Provide access to the service object.
Service
ServiceFactory.createService(URL wsdlDocumentLocation, QName serviceName)
Create a Service instance.
Service
Create a Service instance.
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.

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