org.mule.module.spring.remoting
Class DoSomeWork

java.lang.Object
  extended by org.mule.module.spring.remoting.DoSomeWork
All Implemented Interfaces:
WorkInterface

public class DoSomeWork
extends Object
implements WorkInterface

A server-side service to receive and process ComplexData.


Constructor Summary
DoSomeWork()
           
 
Method Summary
 String executeByteArray(byte[] input)
           
 ComplexData executeComplexity(ComplexData input)
           
 String executeString(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoSomeWork

public DoSomeWork()
Method Detail

executeByteArray

public String executeByteArray(byte[] input)
Specified by:
executeByteArray in interface WorkInterface

executeString

public String executeString(String input)
Specified by:
executeString in interface WorkInterface

executeComplexity

public ComplexData executeComplexity(ComplexData input)
Specified by:
executeComplexity in interface WorkInterface


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