Package | Description |
---|---|
javax.xml.rpc | |
org.apache.axis.client |
Modifier and Type | Method and Description |
---|---|
abstract Service |
ServiceFactory.createService(QName serviceName)
Create a
Service instance. |
abstract Service |
ServiceFactory.createService(URL wsdlDocumentLocation,
QName serviceName)
Create a
Service instance. |
abstract Service |
ServiceFactory.loadService(Class class1) |
abstract Service |
ServiceFactory.loadService(URL url,
Class class1,
Properties properties) |
abstract Service |
ServiceFactory.loadService(URL url,
QName qname,
Properties properties) |
Modifier and Type | Class and Description |
---|---|
class |
Service
Axis' JAXRPC Dynamic Invoation Interface implementation of the Service
interface.
|
Modifier and Type | Field and Description |
---|---|
protected Service |
Stub.service |
Modifier and Type | Method and Description |
---|---|
Service |
Stub._getService()
Provide access to the service object.
|
Service |
ServiceFactory.createService(QName serviceName)
Create a Service instance.
|
Service |
ServiceFactory.createService(URL wsdlDocumentLocation,
QName serviceName)
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 © The Apache Software Foundation. All Rights Reserved.