public class ExchangeTarget
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
ExchangeTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
configureTarget(javax.jbi.messaging.MessageExchange exchange,
javax.jbi.component.ComponentContext context)
Configures the target on the newly created exchange
|
java.lang.String |
getEndpoint() |
javax.xml.namespace.QName |
getInterface() |
javax.xml.namespace.QName |
getOperation() |
javax.xml.namespace.QName |
getService() |
java.lang.String |
getUri() |
void |
setEndpoint(java.lang.String endpoint) |
void |
setInterface(javax.xml.namespace.QName itf) |
void |
setOperation(javax.xml.namespace.QName operation) |
void |
setService(javax.xml.namespace.QName service) |
void |
setUri(java.lang.String uri) |
public java.lang.String getEndpoint()
public void setEndpoint(java.lang.String endpoint)
endpoint - The endpoint to set.public javax.xml.namespace.QName getInterface()
public void setInterface(javax.xml.namespace.QName itf)
interface - name
The interface name to set.public javax.xml.namespace.QName getOperation()
public void setOperation(javax.xml.namespace.QName operation)
operation - The operation to set.public javax.xml.namespace.QName getService()
public void setService(javax.xml.namespace.QName service)
service - The service to set.public java.lang.String getUri()
public void setUri(java.lang.String uri)
uri - the uri to setpublic void configureTarget(javax.jbi.messaging.MessageExchange exchange,
javax.jbi.component.ComponentContext context)
throws javax.jbi.messaging.MessagingException
exchange - the exchange to configurejavax.jbi.messaging.MessagingException - if the target could not be configuredpublic void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.ExceptionCopyright © 2005-2015 FuseSource. All Rights Reserved.