Apache CXF API

Uses of Class
org.apache.cxf.transport.jms.uri.JMSEndpoint

Packages that use JMSEndpoint
org.apache.cxf.transport.jms   
org.apache.cxf.transport.jms.uri   
 

Uses of JMSEndpoint in org.apache.cxf.transport.jms
 

Methods in org.apache.cxf.transport.jms that return JMSEndpoint
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
 

Methods in org.apache.cxf.transport.jms with parameters of type JMSEndpoint
protected  JMSConfiguration JMSOldConfigHolder.configureEndpoint(boolean isConduit, JMSEndpoint endpoint)
           
static Properties JMSOldConfigHolder.getInitialContextEnv(JMSEndpoint endpoint)
           
 

Uses of JMSEndpoint in org.apache.cxf.transport.jms.uri
 

Subclasses of JMSEndpoint in org.apache.cxf.transport.jms.uri
 class JMSJNDIEndpoint
           
 class JMSQueueEndpoint
          An endpoint for a JMS Queue which is also browsable
 class JMSTopicEndpoint
           
 

Methods in org.apache.cxf.transport.jms.uri that return JMSEndpoint
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 API

Apache CXF