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
 void captureHeaders()
           
 String doEcho(String inMsg)
           
 

Method Detail

doEcho

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

captureHeaders

@RequestWrapper(localName="EchoHeaders")
@ResponseWrapper(localName="EchoHeaderResponse")
void captureHeaders()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.