Package | Description |
---|---|
javax.xml.rpc | |
org.jboss.ws.core.jaxrpc.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 serviceInterface)
Create an instance of the generated service implementation class for a given service interface, if available.
|
abstract Service |
ServiceFactory.loadService(URL wsdlDocumentLocation,
Class serviceInterface,
Properties props)
Create an instance of the generated service implementation class for a given service interface, if available.
|
abstract Service |
ServiceFactory.loadService(URL wsdlDocumentLocation,
QName serviceName,
Properties props)
Create an instance of the generated service implementation class for a given service, if available.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceExt
Extends the JAXRPC Service with JBoss propriatary behaviour
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceImpl
Service class acts as a factory for:
Dynamic proxy for the target service endpoint.
|
Modifier and Type | Method and Description |
---|---|
Service |
ServiceFactoryImpl.createService(QName serviceName)
Create a
Service instance. |
Service |
ServiceFactoryImpl.createService(URL wsdlURL,
QName serviceName)
Create a
Service instance. |
Service |
ServiceFactoryImpl.createService(URL wsdlURL,
QName serviceName,
URL mappingURL)
Create a
Service instance. |
Service |
ServiceFactoryImpl.createService(URL wsdlURL,
QName serviceName,
URL mappingURL,
URL securityURL)
Create a
Service instance. |
Service |
ServiceFactoryImpl.loadService(Class serviceInterface)
Create an instance of the generated service implementation class for a given service interface, if available.
|
Service |
ServiceFactoryImpl.loadService(URL wsdlDocumentLocation,
Class serviceInterface,
Properties props)
Create an instance of the generated service implementation class for a given service interface, if available.
|
Service |
ServiceFactoryImpl.loadService(URL wsdlDocumentLocation,
QName serviceName,
Properties props)
Create an instance of the generated service implementation class for a given service, if available.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.