net.sf.nxqd.soap
Class Axis2Connector

java.lang.Object
  extended by net.sf.nxqd.soap.Axis2Connector

public class Axis2Connector
extends Object


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

Axis2Connector

public Axis2Connector(String host,
                      String port)
Method Detail

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.