org.kuali.rice.ksb.messaging.remotedservices
Interface JaxWsEchoService

All Known Implementing Classes:
JaxWsEchoServiceImpl

public interface JaxWsEchoService

This is a jaxws annotated web service, used for testing web services on the ksb.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String doEcho(String inMsg)
           
 

Method Detail

doEcho

@RequestWrapper(localName="Echo")
@ResponseWrapper(localName="EchoResponse")
String doEcho(String inMsg)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.