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

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

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

Methods in org.apache.cxf.transport.jms that return JMSEndpoint
protected  JMSEndpoint JMSOldConfigHolder.getExtensorsAndConfig(org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.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)
           
 



Apache CXF