|
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
com.ibm.btt.services.ws.jaxrpc.JaxRpcClientMediator
public abstract class JaxRpcClientMediator
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 | |
---|---|
JaxRpcClientMediator()
|
Method Summary | |
---|---|
protected java.lang.Object |
doInvoke(java.lang.reflect.Method arg0,
java.lang.Object[] arg1)
|
protected java.lang.Object |
doInvoke(java.lang.reflect.Method arg0,
java.lang.Object[] arg1,
java.rmi.Remote portStub)
|
javax.xml.rpc.Service |
getJaxRpcService()
Returns the value of service property. |
protected javax.xml.namespace.QName |
getPortQName()
Returns the QName for service port. |
protected java.rmi.Remote |
getPortStub()
|
java.lang.Class<?> |
getServiceEndpointInterface()
Returns the value of serviceEndpointInterface property. |
java.lang.Object |
invoke(java.lang.Object arg0,
java.lang.reflect.Method arg1,
java.lang.Object[] arg2)
Invoke web service operation by way of JAX-RPC. |
protected boolean |
isPrepared()
Returns whether the web service invocation is ready. |
protected void |
prepare()
Creates the service instance, remote port object and gets ready for invocation the remote web service operations. |
protected void |
preparePortStub(javax.xml.rpc.Stub stub)
Sets properties defined in the service to JAX-RPC stub. |
protected void |
processPortStub(javax.xml.rpc.Stub stub)
Allows for custom processing in subclasses. |
void |
reset()
Creates web service invocation object, after setting all the WebService properties. |
void |
setJaxRpcService(javax.xml.rpc.Service jaxRpcService)
Sets the value of the service property. |
void |
setLookupServiceOnStartup(boolean lookupServiceOnStartup)
Sets the value of the lookupServiceOnStartup property. |
void |
setServiceEndpointInterface(java.lang.Class<?> serviceEndpointInterface)
Sets the value of the serviceEndpointInterface 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 |
Methods inherited from interface com.ibm.btt.base.Externalizable |
---|
getName, setName |
Constructor Detail |
---|
public JaxRpcClientMediator()
Method Detail |
---|
public void setJaxRpcService(javax.xml.rpc.Service jaxRpcService)
jaxRpcService
- javax.xml.rpc.Servicepublic javax.xml.rpc.Service getJaxRpcService()
public java.lang.Class<?> getServiceEndpointInterface()
public void setServiceEndpointInterface(java.lang.Class<?> serviceEndpointInterface)
serviceEndpointInterface
- java.lang.Class>public void setLookupServiceOnStartup(boolean lookupServiceOnStartup)
lookupServiceOnStartup
- booleanprotected void prepare() throws BTTWsFaultException
BTTWsFaultException
public void reset() throws BTTWsFaultException
reset
in interface WSConnector
BTTWsFaultException
protected boolean isPrepared()
protected final javax.xml.namespace.QName getPortQName()
protected void preparePortStub(javax.xml.rpc.Stub stub)
stub
- javax.xml.rpc.Stubprotected void processPortStub(javax.xml.rpc.Stub stub)
stub
- javax.xml.rpc.Stubprotected java.rmi.Remote getPortStub()
public java.lang.Object invoke(java.lang.Object arg0, java.lang.reflect.Method arg1, java.lang.Object[] arg2) throws java.lang.Throwable
invoke
in interface java.lang.reflect.InvocationHandler
java.lang.Throwable
protected java.lang.Object doInvoke(java.lang.reflect.Method arg0, java.lang.Object[] arg1) throws java.lang.Throwable
java.lang.Throwable
protected java.lang.Object doInvoke(java.lang.reflect.Method arg0, java.lang.Object[] arg1, java.rmi.Remote portStub) throws java.lang.Throwable
java.lang.Throwable
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |