Call |
Service.createCall() |
Creates a Call object not associated with
specific operation or target service endpoint.
|
Call |
Service.createCall(javax.xml.namespace.QName portName) |
Creates a Call instance.
|
Call |
Service.createCall(javax.xml.namespace.QName portName,
java.lang.String operationName) |
Creates a Call instance.
|
Call |
Service.createCall(javax.xml.namespace.QName portName,
javax.xml.namespace.QName operationName) |
Creates a Call instance.
|
abstract Service |
ServiceFactory.createService(java.net.URL wsdlDocumentLocation,
javax.xml.namespace.QName serviceName) |
Create a Service instance.
|
abstract Service |
ServiceFactory.createService(javax.xml.namespace.QName serviceName) |
Create a Service instance.
|
(package private) static java.lang.Object |
FactoryFinder.find(java.lang.String factoryId,
java.lang.String fallbackClassName) |
Finds the implementation Class object for the given
factory name, or if that fails, finds the Class object
for the given fallback class name.
|
Call[] |
Service.getCalls(javax.xml.namespace.QName portName) |
Gets an array of preconfigured Call objects for
invoking operations on the specified port.
|
java.rmi.Remote |
Service.getPort(java.lang.Class serviceEndpointInterface) |
The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
|
java.rmi.Remote |
Service.getPort(javax.xml.namespace.QName portName,
java.lang.Class serviceEndpointInterface) |
The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
|
java.util.Iterator |
Service.getPorts() |
Returns an Iterator for the list of
QName s of service endpoints grouped by this
service
|
abstract Service |
ServiceFactory.loadService(java.lang.Class serviceInterface) |
Create an instance of the generated service implementation class
for a given service interface, if available.
|
abstract Service |
ServiceFactory.loadService(java.net.URL wsdlDocumentLocation,
java.lang.Class serviceInterface,
java.util.Properties properties) |
Create an instance of the generated service implementation class
for a given service interface, if available.
|
abstract Service |
ServiceFactory.loadService(java.net.URL wsdlDocumentLocation,
javax.xml.namespace.QName serviceName,
java.util.Properties properties) |
Create an instance of the generated service implementation
class for a given service, if available.
|
private static java.lang.Object |
FactoryFinder.newInstance(java.lang.String className,
java.lang.ClassLoader classLoader) |
Creates an instance of the specified class using the specified
ClassLoader object.
|
static ServiceFactory |
ServiceFactory.newInstance() |
Gets an instance of the ServiceFactory
|