|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ATTR(value={"wsdlUrl#String#REQUIRED","namespaceUri#String#REQUIRED","serviceEndpointInterface#String#REQUIRED","serviceName#String#REQUIRED","portName#String#REQUIRED","username#String#IMPLIED","password#String#IMPLIED","endpointAddress#String#IMPLIED","lookupServiceOnStartup#String#IMPLIED"}) public interface WSConnector
This interface defines the structure of the service used to connect to a WebService and execute a WebService operation.
Method Summary | |
---|---|
java.lang.Object |
execute(java.lang.String wsOperationName,
java.lang.Class[] parameterClasses,
java.lang.Object[] parameters)
Performs the actual execution of the WebService operation. |
Context |
getContext()
Returns the value of the context property. |
java.lang.Object |
getProxy()
Returns the dynamic proxy for the remote object. |
void |
reset()
Creates web service invocation object, after setting all the WebService properties. |
void |
setContext(Context aContext)
Sets the value of the context property. |
Method Detail |
---|
void reset() throws BTTWsFaultException
BTTWsFaultException
- when initiate Web services error occursjava.lang.Object execute(java.lang.String wsOperationName, java.lang.Class[] parameterClasses, java.lang.Object[] parameters) throws BTTWsBusinessException, BTTWsFaultException
wsOperationName
- Web services operation nameparameterClasses
- collection for the parameter types
The order of the array represent the WebService operation parameter order.parameters
- collection for the parameter values
BTTWsBusinessException
- when business logic Exception thrown by the service, e.g.
getAccount(String accountNo) throws NoSuchAccountException
BTTWsFaultException
- when web services related technical Exception thrown by the runtime, it can
be divided into JaxWsSoapFaultException or JaxRpcSoapFaultException, ConnectWebServiceFailureException,
WebServiceAccesException and RemoteProxyFailureExceptionJaxWsSoapFaultException
,
JaxRpcSoapFaultException
,
ConnectWebServiceFailureException
,
WebServiceAccesException
,
RemoteProxyFailureException
java.lang.Object getProxy()
void setContext(Context aContext)
aContext
- com.ibm.btt.base.ContextContext getContext()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |