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.Lifecyclepublic void stop()
stop in interface org.springframework.context.Lifecyclepublic boolean isRunning()
isRunning in interface org.springframework.context.Lifecyclepublic java.lang.String toString()
toString in class java.lang.Object