|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceMixComponent
Represents an extended JBI Component implementation which exposes some extra features
| Method Summary | |
|---|---|
ComponentContext |
getComponentContext()
|
String |
getComponentName()
|
QName |
getEPRElementName()
|
Executor |
getExecutor()
|
Log |
getLogger()
|
Registry |
getRegistry()
|
void |
prepareConsumerExchange(MessageExchange exchange,
Endpoint endpoint)
Prepare a consumer exchange from the given endpoint. |
void |
sendConsumerExchange(MessageExchange exchange,
Endpoint endpoint)
Deprecated. use prepareConsumerExchange |
| Methods inherited from interface javax.jbi.component.Component |
|---|
getLifeCycle, getServiceDescription, getServiceUnitManager, isExchangeWithConsumerOkay, isExchangeWithProviderOkay, resolveEndpointReference |
| Method Detail |
|---|
Log getLogger()
Registry getRegistry()
Executor getExecutor()
ComponentContext getComponentContext()
String getComponentName()
void prepareConsumerExchange(MessageExchange exchange,
Endpoint endpoint)
throws MessagingException
exchange - the exchange to sendendpoint - the endpoint sending the exchange
MessagingException
void sendConsumerExchange(MessageExchange exchange,
Endpoint endpoint)
throws MessagingException
exchange - the exchange to sendendpoint - the endpoint sending the exchange
MessagingExceptionQName getEPRElementName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||