|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.component.AbstractComponent
org.mule.component.AbstractJavaComponent
org.mule.component.DefaultJavaComponent
org.mule.tck.testmodels.mule.TestMuleProxy
public class TestMuleProxy
Makes the underlying POJO service object available for unit testing.
Field Summary |
---|
Fields inherited from class org.mule.component.DefaultJavaComponent |
---|
singletonComponentLifecycleAdapter |
Fields inherited from class org.mule.component.AbstractJavaComponent |
---|
bindings, entryPointResolverSet, lifecycleAdapterFactory, objectFactory |
Fields inherited from class org.mule.component.AbstractComponent |
---|
flowConstruct, interceptorChain, interceptors, logger, muleContext, notificationHandler, statistics |
Fields inherited from interface org.mule.api.lifecycle.Initialisable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Startable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Stoppable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Disposable |
---|
PHASE_NAME |
Constructor Summary | |
---|---|
TestMuleProxy(ObjectFactory objectFactory)
|
Method Summary | |
---|---|
java.lang.Object |
getPojoService()
Returns the underlying POJO service object for unit testing. |
Methods inherited from class org.mule.component.DefaultJavaComponent |
---|
borrowComponentLifecycleAdaptor, doDispose, doStart, doStop, returnComponentLifecycleAdaptor |
Methods inherited from class org.mule.component.AbstractComponent |
---|
createResultEvent, dispose, fireComponentNotification, getFlowConstruct, getInterceptors, getStatistics, initialise, process, release, setInterceptors, setMuleContext, start, stop, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.mule.api.component.Component |
---|
getStatistics |
Methods inherited from interface org.mule.api.processor.MessageProcessor |
---|
process |
Constructor Detail |
---|
public TestMuleProxy(ObjectFactory objectFactory) throws MuleException
MuleException
Method Detail |
---|
public java.lang.Object getPojoService() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |