| java.lang.Object | |
| ↳ | org.mule.modules.boxnet.callback.DefaultHttpCallback |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DefaultHttpCallback.FlowRefMessageProcessor | |||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LOGGER | |||||||||||
| async | Whether the the message processor that invokes the callback flow is asynchronous | ||||||||||
| callbackFlow | The flow to be called upon the http callback | ||||||||||
| callbackMessageProcessor | The message processor to be called upon the http callback | ||||||||||
| callbackPath | Optional path to set up the endpoint | ||||||||||
| connector | HTTP connector | ||||||||||
| domain | The domain to be used in the dynamic http inbound endpoint that will receive the callback | ||||||||||
| flowConstruct | The dynamically created flow | ||||||||||
| localPort | |||||||||||
| localUrl | |||||||||||
| muleContext | Mule Context | ||||||||||
| remotePort | The port number to be used in the dynamic http inbound endpoint that will receive the callback | ||||||||||
| url | The dynamically generated url to pass on to the cloud connector. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves url
| |||||||||||
Sets muleContext
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.callback.HttpCallback
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
Whether the the message processor that invokes the callback flow is asynchronous
The flow to be called upon the http callback
The message processor to be called upon the http callback
Optional path to set up the endpoint
HTTP connector
The domain to be used in the dynamic http inbound endpoint that will receive the callback
The dynamically created flow
Mule Context
The port number to be used in the dynamic http inbound endpoint that will receive the callback
The dynamically generated url to pass on to the cloud connector. When this url is called the callback flow will be executed
| callbackFlow | |
|---|---|
| muleContext | |
| callbackDomain | |
| localPort | |
| remotePort | |
| async |
| callbackMessageProcessor | |
|---|---|
| muleContext | |
| callbackDomain | |
| localPort | |
| remotePort | |
| async |
| callbackMessageProcessor | |
|---|---|
| muleContext | |
| callbackDomain | |
| localPort | |
| remotePort | |
| callbackPath | |
| async |
| callbackFlow | |
|---|---|
| muleContext | |
| callbackDomain | |
| localPort | |
| remotePort | |
| async | |
| connector |
| callbackMessageProcessor | |
|---|---|
| muleContext | |
| callbackDomain | |
| localPort | |
| remotePort | |
| async | |
| connector |
| callbackMessageProcessor | |
|---|---|
| muleContext | |
| callbackDomain | |
| localPort | |
| remotePort | |
| callbackPath | |
| async | |
| connector |
Retrieves url
Sets muleContext
| value | Value to set |
|---|
| MuleException |
|---|
| MuleException |
|---|