net.sf.nxqd.soap
Class Axis2Connector
java.lang.Object
net.sf.nxqd.soap.Axis2Connector
public class Axis2Connector
- extends Object
Axis2Connector
public Axis2Connector(String host,
String port)
getHostName
public final String getHostName()
- The
getHostName
method returns the host name
of the machine running the Nxqd server.
- Returns:
- a
String
value
getHostPort
public final String getHostPort()
- The
getHostPort
method returns the host port
of the remote Nxqd server.
- Returns:
- an
String
value
invoke
public Object invoke(String operationName,
Object[] parameters)
throws NxqdException
- Throws:
NxqdException
invoke
public Object invoke(String operationName,
String[] parameterNames,
Object[] parameterValues)
throws NxqdException
- Throws:
NxqdException
invoke
public Object invoke(String operationName,
String[] parameterNames,
QName[] parameterTypes,
Object[] parameterValues)
throws NxqdException
- Throws:
NxqdException
Copyright © 2005-2006 nxqd. All Rights Reserved.