JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
I
O
P
S
C
copy()
- Method in class org.apache.camel.component.stomp.
StompConfiguration
Returns a copy of this configuration
createConsumer(Processor)
- Method in class org.apache.camel.component.stomp.
StompEndpoint
createEndpoint(String, String, Map<String, Object>)
- Method in class org.apache.camel.component.stomp.
StompComponent
createProducer()
- Method in class org.apache.camel.component.stomp.
StompEndpoint
D
doStart()
- Method in class org.apache.camel.component.stomp.
StompConsumer
doStart()
- Method in class org.apache.camel.component.stomp.
StompEndpoint
doStop()
- Method in class org.apache.camel.component.stomp.
StompConsumer
doStop()
- Method in class org.apache.camel.component.stomp.
StompEndpoint
G
getBrokerURL()
- Method in class org.apache.camel.component.stomp.
StompConfiguration
getConfiguration()
- Method in class org.apache.camel.component.stomp.
StompComponent
getEndpoint()
- Method in class org.apache.camel.component.stomp.
StompConsumer
getHost()
- Method in class org.apache.camel.component.stomp.
StompConfiguration
getLogin()
- Method in class org.apache.camel.component.stomp.
StompConfiguration
getPasscode()
- Method in class org.apache.camel.component.stomp.
StompConfiguration
getSslContextParameters()
- Method in class org.apache.camel.component.stomp.
StompConfiguration
I
isSingleton()
- Method in class org.apache.camel.component.stomp.
StompEndpoint
O
org.apache.camel.component.stomp
- package org.apache.camel.component.stomp
P
process(Exchange, AsyncCallback)
- Method in class org.apache.camel.component.stomp.
StompProducer
S
send(Exchange, AsyncCallback)
- Method in class org.apache.camel.component.stomp.
StompEndpoint
setBrokerURL(String)
- Method in class org.apache.camel.component.stomp.
StompComponent
The URI of the Stomp broker to connect to
setBrokerURL(String)
- Method in class org.apache.camel.component.stomp.
StompConfiguration
The URI of the Stomp broker to connect to
setConfiguration(StompConfiguration)
- Method in class org.apache.camel.component.stomp.
StompComponent
To use the shared stomp configuration
setHost(String)
- Method in class org.apache.camel.component.stomp.
StompComponent
The virtual host
setHost(String)
- Method in class org.apache.camel.component.stomp.
StompConfiguration
The virtual host name
setLogin(String)
- Method in class org.apache.camel.component.stomp.
StompComponent
The username
setLogin(String)
- Method in class org.apache.camel.component.stomp.
StompConfiguration
The username
setPasscode(String)
- Method in class org.apache.camel.component.stomp.
StompComponent
The password
setPasscode(String)
- Method in class org.apache.camel.component.stomp.
StompConfiguration
The password
setSslContextParameters(SSLContextParameters)
- Method in class org.apache.camel.component.stomp.
StompConfiguration
To configure security using SSLContextParameters
StompComponent
- Class in
org.apache.camel.component.stomp
StompComponent()
- Constructor for class org.apache.camel.component.stomp.
StompComponent
StompConfiguration
- Class in
org.apache.camel.component.stomp
StompConfiguration()
- Constructor for class org.apache.camel.component.stomp.
StompConfiguration
StompConsumer
- Class in
org.apache.camel.component.stomp
StompConsumer(Endpoint, Processor)
- Constructor for class org.apache.camel.component.stomp.
StompConsumer
StompEndpoint
- Class in
org.apache.camel.component.stomp
The stomp component is used for communicating with Stomp compliant message brokers.
StompEndpoint(String, StompComponent, StompConfiguration, String)
- Constructor for class org.apache.camel.component.stomp.
StompEndpoint
StompProducer
- Class in
org.apache.camel.component.stomp
StompProducer(StompEndpoint)
- Constructor for class org.apache.camel.component.stomp.
StompProducer
C
D
G
I
O
P
S
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Apache Camel