|
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.jaxws.JaxWsConnectorInfrastructure
com.ibm.btt.services.ws.jaxws.JaxWsClientMediator
public abstract class JaxWsClientMediator
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 | |
---|---|
JaxWsClientMediator()
|
Method Summary | |
---|---|
protected java.lang.Object |
doInvoke(java.lang.reflect.Method arg0,
java.lang.Object[] arg1)
|
javax.xml.ws.Service |
getJaxWsService()
Returns the value of the service property. |
protected javax.xml.namespace.QName |
getPortQName()
Returns the QName for service port. |
protected java.lang.Object |
getPortStub()
|
java.lang.Class<?> |
getServiceEndpointInterface()
Returns the value of serviceEndpointInterface property. |
java.lang.String |
getSoapActionUri()
Returns the value of the soapActionUri 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-WS. |
protected boolean |
isPrepared()
Returns whether the web service invocation is ready. |
boolean |
isUseSoapAction()
Returns the value of the useSoapAction property. |
protected void |
prepare()
Creates the service instance, remote port object and gets ready for invocation the remote web service operations. |
protected void |
preparePortStub(java.lang.Object stub)
Sets properties defined in the service to JAX-WS stub. |
void |
reset()
Creates web service invocation object, after setting all the WebService properties. |
void |
setJaxWsService(javax.xml.ws.Service jaxWsService)
Sets the value of the service property. |
void |
setLookupServiceOnStartup(boolean lookupServiceOnStartup)
Sets the value of the searchServiceOnStartup property. |
void |
setServiceEndpointInterface(java.lang.Class<?> serviceEndpointInterface)
Sets the value of the serviceEndpointInterface property. |
void |
setSoapActionUri(java.lang.String soapActionUri)
Sets the value of the soapActionUri property. |
void |
setUseSoapAction(boolean useSoapAction)
Sets the value of the useSoapAction property. |
Methods inherited from class com.ibm.btt.services.ws.jaxws.JaxWsConnectorInfrastructure |
---|
createJaxWsService, getContext, getEndpointAddress, getHandlerResolver, getNamespaceUri, getPassword, getPortName, getQName, getServiceName, getUsername, getWsdlUrl, isMaintainSession, isMTOMEnabled, setContext, setEndpointAddress, setExecutor, setHandlerResolver, setMaintainSession, setMTOMEnabled, setNamespaceUri, setPassword, setPortName, setServiceName, setUsername, setWsdlUrl |
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 JaxWsClientMediator()
Method Detail |
---|
public void setJaxWsService(javax.xml.ws.Service jaxWsService)
jaxWsService
- javax.xml.ws.Servicepublic javax.xml.ws.Service getJaxWsService()
javax.xml.ws.Service
- public void setUseSoapAction(boolean useSoapAction)
useSoapAction
- booleanpublic boolean isUseSoapAction()
boolean
- public void setSoapActionUri(java.lang.String soapActionUri)
soapActionUri
- java.lang.Stringpublic java.lang.String getSoapActionUri()
java.lang.String
- public java.lang.Class<?> getServiceEndpointInterface()
public void setServiceEndpointInterface(java.lang.Class<?> serviceEndpointInterface)
serviceEndpointInterface
- java.lang.Class>public void setLookupServiceOnStartup(boolean lookupServiceOnStartup)
lookupServiceOnStartup
- booleanpublic void reset() throws BTTWsFaultException
reset
in interface WSConnector
BTTWsFaultException
protected void prepare() throws BTTWsFaultException
BTTWsFaultException
protected boolean isPrepared()
protected final javax.xml.namespace.QName getPortQName()
protected void preparePortStub(java.lang.Object stub) throws BTTWsFaultException
stub
- java.lang.Object
BTTWsFaultException
protected java.lang.Object 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
JaxWsSoapFaultException
- when the SOAP message error occurs
ConnectWebServiceFailureException
- if SOAP binding error occurs
WebServiceAccessException
- if JAX-WS runtime exception occurs
java.lang.Throwable
protected java.lang.Object doInvoke(java.lang.reflect.Method arg0, java.lang.Object[] arg1) 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 |