public abstract class WSClient extends Object implements Objects, Iteratorable
Constructor and Description |
---|
WSClient() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addHeader(org.apache.axis.message.SOAPHeaderElement header) |
abstract Object |
callWithNamedValues(Config config,
Collection.Key methodName,
Struct arguments) |
abstract Object |
callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct arguments)
call a method of the Object with named arguments
|
static WSClient |
getInstance(PageContext pc,
String wsdlUrl,
String username,
String password,
ProxyData proxyData) |
abstract org.apache.axis.client.Call |
getLastCall() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toDumpData
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo
entryIterator, keyIterator, keysAsStringIterator, valueIterator
public WSClient()
public static WSClient getInstance(PageContext pc, String wsdlUrl, String username, String password, ProxyData proxyData) throws PageException
PageException
public abstract void addHeader(org.apache.axis.message.SOAPHeaderElement header) throws PageException
PageException
public abstract org.apache.axis.client.Call getLastCall() throws PageException
PageException
public abstract Object callWithNamedValues(Config config, Collection.Key methodName, Struct arguments) throws PageException
PageException
public abstract Object callWithNamedValues(PageContext pc, Collection.Key methodName, Struct arguments) throws PageException
Objects
callWithNamedValues
in interface Objects
pc
- PageContextmethodName
- name of the methodarguments
- Named Arguments for the methodPageException
Copyright © 2015 Lucee