|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.nxqd.soap.Axis2Connector
public class Axis2Connector
| Constructor Summary | |
|---|---|
Axis2Connector(String host,
String port)
|
|
| Method Summary | |
|---|---|
String |
getHostName()
The getHostName method returns the host name
of the machine running the Nxqd server. |
String |
getHostPort()
The getHostPort method returns the host port
of the remote Nxqd server. |
Object |
invoke(String operationName,
Object[] parameters)
|
Object |
invoke(String operationName,
String[] parameterNames,
Object[] parameterValues)
|
Object |
invoke(String operationName,
String[] parameterNames,
QName[] parameterTypes,
Object[] parameterValues)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Axis2Connector(String host,
String port)
| Method Detail |
|---|
public final String getHostName()
getHostName method returns the host name
of the machine running the Nxqd server.
String valuepublic final String getHostPort()
getHostPort method returns the host port
of the remote Nxqd server.
String value
public Object invoke(String operationName,
Object[] parameters)
throws NxqdException
NxqdException
public Object invoke(String operationName,
String[] parameterNames,
Object[] parameterValues)
throws NxqdException
NxqdException
public Object invoke(String operationName,
String[] parameterNames,
QName[] parameterTypes,
Object[] parameterValues)
throws NxqdException
NxqdException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||