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.
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.