public class LicasWsFactory extends WsFactory
Constructor and Description |
---|
LicasWsFactory() |
Modifier and Type | Method and Description |
---|---|
WsMethodInfo |
createSoapCall(java.lang.String operationName,
boolean setRtn,
boolean paramValues,
LicasWsdlModel lWsdlModel)
Create and return a method info object for invoking a web service using the SOAP protocol.
|
WsMethodInfo |
createSoapCall(java.lang.String webService,
java.lang.String operation,
java.lang.String endpointAddress,
java.lang.String soapActionUri,
java.lang.String namespace,
java.util.ArrayList parameters,
boolean setRtn)
Create and return a method info object for invoking a web service using the SOAP protocol.
|
Soap_BaseHandler |
createSoapMethodHandler()
Create the client soap method handler.
|
void |
LicasWsFactory() |
WsMethodInfo |
toMethodInfo(java.lang.String method,
java.lang.String descr)
Required by some string-based requests, to convert them back into the method
info object.
|
addPrefix, getInstance, hasInstance, removePrefix, setInstance, toMethodInfo
public void LicasWsFactory()
public WsMethodInfo createSoapCall(java.lang.String operationName, boolean setRtn, boolean paramValues, LicasWsdlModel lWsdlModel) throws java.lang.Exception
createSoapCall
in class WsFactory
operationName
- the name of the operation to call.setRtn
- true if set the return Object type.paramValues
- if true add the parameter values as WsdlParamInfo
objects.lWsdlModel
- the wsdl model that stores the description.java.lang.Exception
- any error.public WsMethodInfo createSoapCall(java.lang.String webService, java.lang.String operation, java.lang.String endpointAddress, java.lang.String soapActionUri, java.lang.String namespace, java.util.ArrayList parameters, boolean setRtn) throws java.lang.Exception
createSoapCall
in class WsFactory
webService
- the service name.operation
- the name of the operation to call.endpointAddress
- the server endpoint address.soapActionUri
- soap action uri type.namespace
- ontology namespace.parameters
- list of WsdlParamInfo
objects that store parameter types and values.setRtn
- true if set the return Object type.java.lang.Exception
- any error.public Soap_BaseHandler createSoapMethodHandler()
createSoapMethodHandler
in class WsFactory
Soap_BaseHandler
.public WsMethodInfo toMethodInfo(java.lang.String method, java.lang.String descr) throws java.lang.Exception
toMethodInfo
in class WsFactory
method
- the method name.descr
- the method call description.java.lang.Exception
- any error.