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
 edu.emory.mathcs.backport.java.util.concurrent.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 edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch getLatch()


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