|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.base.DSENotifier
com.ibm.btt.base.Service
com.ibm.btt.services.ws.jaxrpc.JaxRpcConnectorInfrastructure
public abstract class JaxRpcConnectorInfrastructure
Field Summary |
---|
Fields inherited from class com.ibm.btt.base.Service |
---|
externalizer, name |
Fields inherited from class com.ibm.btt.base.DSENotifier |
---|
handlersList |
Constructor Summary | |
---|---|
JaxRpcConnectorInfrastructure()
|
Method Summary | |
---|---|
javax.xml.rpc.Service |
createJaxRpcService()
Creates Service instance from ServiceFactory. |
protected javax.xml.rpc.Service |
createService(javax.xml.rpc.ServiceFactory serviceFactory)
Performs creating Service instance from ServiceFactory. |
protected javax.xml.rpc.ServiceFactory |
createServiceFactory()
|
abstract Context |
getContext()
Returns the value of the context property. |
java.lang.String |
getEndpointAddress()
Returns the value of the endpoint address property. |
java.lang.Class<?> |
getJaxRpcServiceInterface()
|
java.util.List<JaxRpcServiceProcessor> |
getJaxRpcServiceProcessors()
|
java.util.Properties |
getJaxRpcServiceProperties()
|
java.lang.String |
getNamespaceUri()
Returns the value of the port namespace uri property. |
java.lang.String |
getPassword()
Returns the value of the password property. |
java.lang.String |
getPortName()
Returns the value of the service name property. |
protected javax.xml.namespace.QName |
getQName(java.lang.String name)
Returns the QName for service. |
javax.xml.rpc.ServiceFactory |
getServiceFactory()
Returns the service factory which will be used for create service. |
java.lang.Class<?> |
getServiceFactoryClass()
Returns the service factory class which will be used for create service. |
java.lang.String |
getServiceName()
Returns the value of the service name property. |
java.lang.String |
getUsername()
Returns the value of the user name property. |
java.net.URL |
getWsdlUrl()
Returns the WSDL document location property. |
boolean |
isMaintainSession()
|
protected void |
processJaxRpcService(javax.xml.rpc.Service service)
Process the given JAX-RPC Service. |
abstract void |
setContext(Context aContext)
Sets the value of the context property. |
void |
setEndpointAddress(java.lang.String endpointAddress)
Sets the value of the endpoint address property. |
void |
setJaxRpcServiceInterface(java.lang.Class<?> jaxRpcServiceInterface)
|
void |
setJaxRpcServiceProcessors(java.util.List<JaxRpcServiceProcessor> jaxRpcServiceProcessors)
|
void |
setJaxRpcServiceProperties(java.util.Properties jaxRpcServiceProperties)
|
void |
setMaintainSession(boolean maintainSession)
|
void |
setNamespaceUri(java.lang.String namespaceUri)
Sets the value of the port namespace uri property. |
void |
setPassword(java.lang.String password)
Sets the value of the password property. |
void |
setPortName(java.lang.String portName)
Sets the value of the port name property. |
void |
setServiceFactory(javax.xml.rpc.ServiceFactory serviceFactory)
Sets the value of the service factory property. |
void |
setServiceFactoryClass(java.lang.Class<?> serviceFactoryClass)
Sets the value of the service factory property. |
void |
setServiceName(java.lang.String serviceName)
Sets the value of the service name property. |
void |
setUsername(java.lang.String username)
Sets the value of the user name property. |
void |
setWsdlUrl(java.net.URL wsdlUrl)
Sets the value of the WSDL document location property. |
Methods inherited from class com.ibm.btt.base.Service |
---|
externalizer, getExternalizer, getTagName, initializeFrom, readExternal, readExternal, readObject, removeExternal, setExternalizer, terminate, toString, toStrings, toTags, writeExternal, writeExternal |
Methods inherited from class com.ibm.btt.base.DSENotifier |
---|
addHandler, getHandlersList, getName, removeHandler, setName, signalEvent, signalEvent, signalEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.btt.base.ws.WSConnector |
---|
execute, getProxy, reset |
Methods inherited from interface com.ibm.btt.base.Externalizable |
---|
getName, setName |
Constructor Detail |
---|
public JaxRpcConnectorInfrastructure()
Method Detail |
---|
public void setServiceFactory(javax.xml.rpc.ServiceFactory serviceFactory)
serviceFactory
- javax.xml.rpc.ServiceFactorypublic javax.xml.rpc.ServiceFactory getServiceFactory()
public void setServiceFactoryClass(java.lang.Class<?> serviceFactoryClass)
serviceFactoryClass
- java.lang.Class>public java.lang.Class<?> getServiceFactoryClass()
public void setWsdlUrl(java.net.URL wsdlUrl)
wsdlUrl
- java.net.URLpublic java.net.URL getWsdlUrl()
public void setNamespaceUri(java.lang.String namespaceUri)
namespaceUri
- java.lang.Stringpublic java.lang.String getNamespaceUri()
public void setServiceName(java.lang.String serviceName)
serviceName
- java.lang.Stringpublic java.lang.String getServiceName()
public void setPortName(java.lang.String portName)
portName
- java.lang.Stringpublic java.lang.String getPortName()
public java.lang.String getUsername()
public void setUsername(java.lang.String username)
username
- java.lang.Stringpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
username
- java.lang.Stringpublic java.lang.String getEndpointAddress()
public void setEndpointAddress(java.lang.String endpointAddress)
endpointAddress
- java.lang.String
DSEObjectNotFoundException
public boolean isMaintainSession()
public void setMaintainSession(boolean maintainSession)
maintainSession
- the maintainSession to setpublic void setJaxRpcServiceInterface(java.lang.Class<?> jaxRpcServiceInterface)
jaxRpcServiceInterface
- the jaxRpcServiceInterface to setpublic java.lang.Class<?> getJaxRpcServiceInterface()
public void setJaxRpcServiceProperties(java.util.Properties jaxRpcServiceProperties)
jaxRpcServiceProperties
- the jaxRpcServiceProperties to setpublic java.util.Properties getJaxRpcServiceProperties()
public java.util.List<JaxRpcServiceProcessor> getJaxRpcServiceProcessors()
public void setJaxRpcServiceProcessors(java.util.List<JaxRpcServiceProcessor> jaxRpcServiceProcessors)
jaxRpcServiceProcessors
- the jaxRpcServiceProcessors to setpublic javax.xml.rpc.Service createJaxRpcService() throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceException
ServiceFactory
,
Service
protected javax.xml.namespace.QName getQName(java.lang.String name)
name
- java.lang.Stringprotected javax.xml.rpc.ServiceFactory createServiceFactory() throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceException
protected javax.xml.rpc.Service createService(javax.xml.rpc.ServiceFactory serviceFactory) throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceException
ServiceFactory
,
Service
protected void processJaxRpcService(javax.xml.rpc.Service service)
The default implementation delegates to all registered
JaxRpcServiceProcessor
.
Each JaxRpcServiceProcessor has a Context from which registered SOAP handlers can retrieve information.
Context
.
service
- the current JAX-RPC Service
(can be cast to an implementation-specific class if necessary)setJaxRpcServiceProcessors(java.util.List)
,
Service.getTypeMappingRegistry()
public abstract void setContext(Context aContext)
WSConnector
setContext
in interface WSConnector
aContext
- com.ibm.btt.base.Contextpublic abstract Context getContext()
WSConnector
getContext
in interface WSConnector
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |