net.sf.nxqd.soap
Class AxisConnector
java.lang.Object
net.sf.nxqd.soap.AxisConnector
public class AxisConnector
- extends Object
Method Summary |
void |
connect()
|
void |
disconnect()
|
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. |
String |
getSessionId()
The getSessionId method returns the session id which
identifies the client for this session. |
Object |
invoke(String operationName,
Object[] parameters)
|
Object |
invoke(String operationName,
QName returnType,
String[] parameterNames,
Object[] parameterValues)
|
Object |
invoke(String operationName,
QName returnType,
String[] parameterNames,
QName[] parameterTypes,
Object[] parameterValues)
|
Object |
invoke(String operationName,
String[] parameterNames,
Object[] parameters)
|
boolean |
isConnected()
|
AxisConnector
public AxisConnector(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
isConnected
public boolean isConnected()
connect
public void connect()
throws NxqdException
- Throws:
NxqdException
disconnect
public void disconnect()
throws NxqdException
- Throws:
NxqdException
getSessionId
public String getSessionId()
- The
getSessionId
method returns the session id which
identifies the client for this session.
- Returns:
- a
String
value
invoke
public Object invoke(String operationName,
Object[] parameters)
throws NxqdException
- Throws:
NxqdException
invoke
public Object invoke(String operationName,
String[] parameterNames,
Object[] parameters)
throws NxqdException
- Throws:
NxqdException
invoke
public Object invoke(String operationName,
QName returnType,
String[] parameterNames,
Object[] parameterValues)
throws NxqdException
- Throws:
NxqdException
invoke
public Object invoke(String operationName,
QName returnType,
String[] parameterNames,
QName[] parameterTypes,
Object[] parameterValues)
throws NxqdException
- Throws:
NxqdException
Copyright © 2005-2006 nxqd. All Rights Reserved.