weka4ws.core
Class RemoteService

java.lang.Object
  extended byweka4ws.core.RemoteService

public class RemoteService
extends java.lang.Object

Author:
Marco Lackovic

Field Summary
static java.lang.String NAMESPACE
           
static java.lang.String SERVICE
           
 
Constructor Summary
RemoteService(java.lang.String hostAddress, int servicePort)
           
 
Method Summary
 weka4ws.stubs.service.Weka4WSPortType getPortType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE

public static final java.lang.String SERVICE
See Also:
Constant Field Values

NAMESPACE

public static final java.lang.String NAMESPACE
See Also:
Constant Field Values
Constructor Detail

RemoteService

public RemoteService(java.lang.String hostAddress,
                     int servicePort)
              throws org.apache.axis.types.URI.MalformedURIException,
                     javax.xml.rpc.ServiceException
Method Detail

getPortType

public weka4ws.stubs.service.Weka4WSPortType getPortType()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception