org.mule.module.management.mbean
Interface EndpointServiceMBean

All Known Implementing Classes:
EndpointService

public interface EndpointServiceMBean

The EndpointServiceMBean allows you to check the confiugration of an endpoint and conect/disconnect endpoints manually.


Method Summary
 void connect()
           
 void disconnect()
           
 java.lang.String getAddress()
           
 java.lang.String getComponentName()
           
 MessageExchangePattern getMessageExchangePattern()
           
 java.lang.String getName()
           
 boolean isConnected()
           
 boolean isInbound()
           
 boolean isOutbound()
           
 

Method Detail

getAddress

java.lang.String getAddress()

getName

java.lang.String getName()

isConnected

boolean isConnected()

connect

void connect()
             throws java.lang.Exception
Throws:
java.lang.Exception

disconnect

void disconnect()
                throws java.lang.Exception
Throws:
java.lang.Exception

isInbound

boolean isInbound()

isOutbound

boolean isOutbound()

getMessageExchangePattern

MessageExchangePattern getMessageExchangePattern()

getComponentName

java.lang.String getComponentName()


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