org.mule.tck.services
Class MatchingMethodsComponent

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

public class MatchingMethodsComponent
extends java.lang.Object
implements java.rmi.Remote

A test service that has two service methods with matching signature


Constructor Summary
MatchingMethodsComponent()
           
 
Method Summary
 java.lang.String reverseString(java.lang.String string)
           
 java.lang.String upperCaseString(java.lang.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 java.lang.String reverseString(java.lang.String string)

upperCaseString

public java.lang.String upperCaseString(java.lang.String string)


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