org.mule.samples.voipservice.client
Class VoipConsumer

java.lang.Object
  extended by org.mule.samples.voipservice.client.VoipConsumer

public class VoipConsumer
extends Object


Field Summary
protected static Log logger
           
 
Constructor Summary
VoipConsumer()
           
VoipConsumer(String config)
           
 
Method Summary
 void close()
           
static void main(String[] args)
           
 void requestSend(String endpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static transient Log logger
Constructor Detail

VoipConsumer

public VoipConsumer()
             throws UMOException
Throws:
UMOException

VoipConsumer

public VoipConsumer(String config)
             throws UMOException
Throws:
UMOException
Method Detail

close

public void close()

requestSend

public void requestSend(String endpoint)
                 throws Exception
Throws:
Exception

main

public static void main(String[] args)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.