org.mule.module.cxf.testmodels
Class AsyncService

java.lang.Object
  extended by org.mule.module.cxf.testmodels.AsyncService

public class AsyncService
extends Object


Constructor Summary
AsyncService()
           
 
Method Summary
 CountDownLatch getLatch()
           
 void send(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncService

public AsyncService()
Method Detail

send

public void send(String s)

getLatch

public CountDownLatch getLatch()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.