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
 

Methods in org.apache.cxf.transport.jms that return ServerConfig
 ServerConfig ObjectFactory.createServerConfig()
          Create an instance of ServerConfig
 ServerConfig JMSOldConfigHolder.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
 javax.xml.bind.JAXBElement<ServerConfig> ObjectFactory.createServerConfig(ServerConfig value)
          Create an instance of JAXBElement<ServerConfig>}
 void JMSOldConfigHolder.setServerConfig(ServerConfig serverConfig)
           
 


Apache CXF API

Apache CXF