Apache CXF API

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

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

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

Methods in org.apache.cxf.transport.jms that return ServerBehaviorPolicyType
 ServerBehaviorPolicyType ObjectFactory.createServerBehaviorPolicyType()
          Create an instance of ServerBehaviorPolicyType
 ServerBehaviorPolicyType JMSOldConfigHolder.getServerBehavior()
           
 

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

Methods in org.apache.cxf.transport.jms with parameters of type ServerBehaviorPolicyType
 javax.xml.bind.JAXBElement<ServerBehaviorPolicyType> ObjectFactory.createServer(ServerBehaviorPolicyType value)
          Create an instance of JAXBElement<ServerBehaviorPolicyType>}
 void JMSOldConfigHolder.setServerBehavior(ServerBehaviorPolicyType serverBehavior)
           
 


Apache CXF API

Apache CXF