|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.servicemix.jbi.management.BaseLifeCycle
org.servicemix.components.util.PojoSupport
org.servicemix.components.util.ComponentSupport
com.acsinet_solutions.cetia4.service.mix.HTTPRequestComponent
public class HTTPRequestComponent
A simple component for servicemix that performs HTTP requests based on a simple input entry
| Field Summary |
|---|
| Fields inherited from class org.servicemix.jbi.management.BaseLifeCycle |
|---|
currentState, listener |
| Fields inherited from interface javax.jbi.management.LifeCycleMBean |
|---|
RUNNING, SHUTDOWN, STOPPED, UNKNOWN |
| Constructor Summary | |
|---|---|
HTTPRequestComponent()
|
|
| Method Summary | |
|---|---|
void |
onMessageExchange(javax.jbi.messaging.MessageExchange exchange)
|
void |
setHttpCommandProcessor(HttpCommandProcessor processor)
Sets the HTTP command processor that will be used to send remote HTTP requests to the target service. |
| Methods inherited from class org.servicemix.components.util.ComponentSupport |
|---|
createComponentLifeCycle, createInOnlyExchange, createInOutExchange, createServiceUnitManager, forwardToExchange, forwardToExchange, getInMessage, getLifeCycle, getMessageTransformer, getServiceDescription, getServiceUnitManager, initializeServiceUnitManager, invoke, isExchangeWithConsumerOkay, isExchangeWithProviderOkay, resolveEndpointReference, setMessageTransformer |
| Methods inherited from class org.servicemix.components.util.PojoSupport |
|---|
answer, done, fail, fail, getBody, getContext, getDeliveryChannel, getDescription, getEndpoint, getExchangeFactory, getExtensionMBeanName, getService, init, init, isInAndOut, send, setBody, setEndpoint, setExtensionMBeanName, setService |
| Methods inherited from class org.servicemix.jbi.management.BaseLifeCycle |
|---|
firePropertyChanged, getAttributeInfos, getCurrentState, getName, getObjectToManage, getOperationInfos, setCurrentState, setPropertyChangeListener, shutDown, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jbi.component.ComponentLifeCycle |
|---|
shutDown, start, stop |
| Constructor Detail |
|---|
public HTTPRequestComponent()
| Method Detail |
|---|
public final void setHttpCommandProcessor(HttpCommandProcessor processor)
public void onMessageExchange(javax.jbi.messaging.MessageExchange exchange)
throws javax.jbi.messaging.MessagingException
onMessageExchange in interface org.servicemix.MessageExchangeListenerjavax.jbi.messaging.MessagingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||