|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quadrique.jbuildingblocks.core.io.webServices.client.JbbWebServicesClient
public class JbbWebServicesClient
This class is used to call web services.
| Method Summary | |
|---|---|
static JbbWebServicesClient |
getInstance()
|
JbbWsdlInvokableObject |
getWsdlInvokableObject(String operationName,
String wsdl)
|
JbbWsdlInvokableObject |
getWsdlInvokableObject(String portName,
String operationName,
JbbWsdlDocument wsdlDocument)
|
JbbWsdlInvokableObject |
getWsdlInvokableObject(String portName,
String operationName,
String wsdl)
|
String |
invoke(String wsdl,
String operationName,
Object[] params)
Given wsdl, operationName and inputParameters will invoke the method. |
String |
invokeMethod(JbbWsdlInvokableObject invokableObject)
This method is used to invoke wsdl operation dynamically. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static JbbWebServicesClient getInstance()
public String invokeMethod(JbbWsdlInvokableObject invokableObject)
throws Exception
invokableObject -
Exception
public String invoke(String wsdl,
String operationName,
Object[] params)
throws Exception
wsdl - operationName - params -
Exception
public JbbWsdlInvokableObject getWsdlInvokableObject(String operationName,
String wsdl)
throws Exception
portName - operationName - wsdl -
Exception
public JbbWsdlInvokableObject getWsdlInvokableObject(String portName,
String operationName,
String wsdl)
throws Exception
portName - operationName - wsdl -
Exception
public JbbWsdlInvokableObject getWsdlInvokableObject(String portName,
String operationName,
JbbWsdlDocument wsdlDocument)
throws Exception
portName - operationName - wsdlDocument -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||