org.apache.airavata.wsmg.client
Class ConsumerServer

java.lang.Object
  extended by org.apache.airavata.wsmg.client.ConsumerServer

public class ConsumerServer
extends Object


Field Summary
static String SUPPORT_SINGLE_OP
           
 
Constructor Summary
ConsumerServer(int listenPort, ConsumerNotificationHandler h)
           
 
Method Summary
 String[] getConsumerServiceEPRs()
           
 int getListenPort()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUPPORT_SINGLE_OP

public static final String SUPPORT_SINGLE_OP
See Also:
Constant Field Values
Constructor Detail

ConsumerServer

public ConsumerServer(int listenPort,
                      ConsumerNotificationHandler h)
Method Detail

getConsumerServiceEPRs

public String[] getConsumerServiceEPRs()

start

public void start()
           throws org.apache.axis2.AxisFault
Parameters:
args -
Throws:
org.apache.axis2.AxisFault
Exception

stop

public void stop()

getListenPort

public int getListenPort()


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.