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()
           
 String getAddress()
           
 String getComponentName()
           
 MessageExchangePattern getMessageExchangePattern()
           
 String getName()
           
 boolean isConnected()
           
 boolean isInbound()
           
 boolean isOutbound()
           
 

Method Detail

getAddress

String getAddress()

getName

String getName()

isConnected

boolean isConnected()

connect

void connect()
             throws Exception
Throws:
Exception

disconnect

void disconnect()
                throws Exception
Throws:
Exception

isInbound

boolean isInbound()

isOutbound

boolean isOutbound()

getMessageExchangePattern

MessageExchangePattern getMessageExchangePattern()

getComponentName

String getComponentName()


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