@Deprecated public class RemoteDispatcherAgent extends AbstractAgent
RemoteDispatcherAgent manages the server endpoint that receives Admin and
remote client requests
Deprecated as of 3.6.0| Modifier and Type | Field and Description |
|---|---|
static String |
AGENT_NAME
Deprecated.
|
protected static org.apache.commons.logging.Log |
logger
Deprecated.
logger used by this class
|
muleContext, namePHASE_NAMEPHASE_NAMEPHASE_NAMEPHASE_NAME| Constructor and Description |
|---|
RemoteDispatcherAgent()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Deprecated.
|
String |
getDescription()
Deprecated.
Should be a 1 line description of the agent
|
InboundEndpoint |
getEndpoint()
Deprecated.
|
WireFormat |
getWireFormat()
Deprecated.
|
void |
initialise()
Deprecated.
|
void |
setEndpoint(InboundEndpoint endpoint)
Deprecated.
|
void |
setWireFormat(WireFormat wireFormat)
Deprecated.
|
void |
start()
Deprecated.
|
void |
stop()
Deprecated.
|
String |
toString()
Deprecated.
|
getName, setMuleContext, setName, unregisterMeQuietlypublic static final String AGENT_NAME
protected static final org.apache.commons.logging.Log logger
public String getDescription()
getDescription in interface AgentgetDescription in class AbstractAgentpublic void start()
throws MuleException
MuleExceptionpublic void stop()
throws MuleException
MuleExceptionpublic void dispose()
public void initialise()
throws InitialisationException
InitialisationExceptionpublic WireFormat getWireFormat()
public void setWireFormat(WireFormat wireFormat)
public InboundEndpoint getEndpoint()
public void setEndpoint(InboundEndpoint endpoint)
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.