org.mule.tck.services
Class MatchingMethodsComponent

java.lang.Object
  extended by org.mule.tck.services.MatchingMethodsComponent
All Implemented Interfaces:
Remote
Direct Known Subclasses:
SerializedMatchingMethodsComponent

public class MatchingMethodsComponent
extends Object
implements Remote

A test service that has two service methods with matching signature


Constructor Summary
MatchingMethodsComponent()
           
 
Method Summary
 String reverseString(String string)
           
 String upperCaseString(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchingMethodsComponent

public MatchingMethodsComponent()
Method Detail

reverseString

public String reverseString(String string)

upperCaseString

public String upperCaseString(String string)


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