Apache CXF API

Uses of Class
org.apache.cxf.transport.jms.ServerConfig

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

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

Fields in org.apache.cxf.transport.jms declared as ServerConfig
protected  ServerConfig JMSDestination.serverConfig
           
 

Methods in org.apache.cxf.transport.jms that return ServerConfig
 ServerConfig ObjectFactory.createServerConfig()
          Create an instance of ServerConfig
 ServerConfig JMSDestination.getServerConfig()
           
 

Methods in org.apache.cxf.transport.jms that return types with arguments of type ServerConfig
 javax.xml.bind.JAXBElement<ServerConfig> ObjectFactory.createServerConfig(ServerConfig value)
          Create an instance of JAXBElement<ServerConfig>}
 

Methods in org.apache.cxf.transport.jms with parameters of type ServerConfig
protected static void JMSProviderHub.connect(JMSTransport jmsTransport, ServerConfig jmsDestConfigBean, ServerBehaviorPolicyType runtimePolicy)
           
 javax.xml.bind.JAXBElement<ServerConfig> ObjectFactory.createServerConfig(ServerConfig value)
          Create an instance of JAXBElement<ServerConfig>}
 void JMSDestination.setServerConfig(ServerConfig serverConfig)
           
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.