public class Bridge
extends java.lang.Object
implements org.springframework.context.Lifecycle
Constructor and Description |
---|
Bridge(org.springframework.integration.MessageChannel channel,
org.springframework.integration.endpoint.AbstractEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
org.springframework.integration.MessageChannel |
getChannel() |
org.springframework.integration.endpoint.AbstractEndpoint |
getEndpoint() |
boolean |
isRunning() |
void |
start() |
void |
stop() |
java.lang.String |
toString() |
public Bridge(org.springframework.integration.MessageChannel channel, org.springframework.integration.endpoint.AbstractEndpoint endpoint)
public org.springframework.integration.MessageChannel getChannel()
public org.springframework.integration.endpoint.AbstractEndpoint getEndpoint()
public void start()
start
in interface org.springframework.context.Lifecycle
public void stop()
stop
in interface org.springframework.context.Lifecycle
public boolean isRunning()
isRunning
in interface org.springframework.context.Lifecycle
public java.lang.String toString()
toString
in class java.lang.Object