org.mule.test.integration.routing.nested
Class ComponentBindingReturningNullTestCase.Component

java.lang.Object
  extended by org.mule.test.integration.routing.nested.ComponentBindingReturningNullTestCase.Component
Enclosing class:
ComponentBindingReturningNullTestCase

public static class ComponentBindingReturningNullTestCase.Component
extends Object


Constructor Summary
ComponentBindingReturningNullTestCase.Component()
           
 
Method Summary
 ComponentBindingReturningNullTestCase.HelloInterface getInterface()
           
 String invoke(String s)
           
 void setInterface(ComponentBindingReturningNullTestCase.HelloInterface helloInterface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentBindingReturningNullTestCase.Component

public ComponentBindingReturningNullTestCase.Component()
Method Detail

invoke

public String invoke(String s)

setInterface

public void setInterface(ComponentBindingReturningNullTestCase.HelloInterface helloInterface)

getInterface

public ComponentBindingReturningNullTestCase.HelloInterface getInterface()


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