Package | Description |
---|---|
org.apache.cxf.transport.jms | |
org.apache.cxf.transport.jms.uri |
Modifier and Type | Method and Description |
---|---|
protected JMSEndpoint |
JMSOldConfigHolder.getExtensorsAndConfig(Bus bus,
EndpointInfo endpointInfo,
EndpointReferenceType target,
boolean isConduit)
Get the extensors from the wsdl and/or configuration that will
then be used to configure the JMSConfiguration object
|
Modifier and Type | Method and Description |
---|---|
protected JMSConfiguration |
JMSOldConfigHolder.configureEndpoint(boolean isConduit,
JMSEndpoint endpoint) |
static Properties |
JMSOldConfigHolder.getInitialContextEnv(JMSEndpoint endpoint) |
Modifier and Type | Class and Description |
---|---|
class |
JMSJNDIEndpoint |
class |
JMSQueueEndpoint
An endpoint for a JMS Queue which is also browsable
|
class |
JMSTopicEndpoint |
Modifier and Type | Method and Description |
---|---|
static JMSEndpoint |
JMSEndpointParser.createEndpoint(String uri) |
protected static JMSEndpoint |
JMSEndpointParser.createEndpoint(String uri,
String remaining)
A factory method allowing derived components to create a new endpoint from the given URI, remaining
path and optional parameters
|
Apache CXF