Apache CXF API

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

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

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

Methods in org.apache.cxf.transport.jms that return ClientBehaviorPolicyType
 ClientBehaviorPolicyType ObjectFactory.createClientBehaviorPolicyType()
          Create an instance of ClientBehaviorPolicyType
 ClientBehaviorPolicyType JMSOldConfigHolder.getRuntimePolicy()
           
 

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

Methods in org.apache.cxf.transport.jms with parameters of type ClientBehaviorPolicyType
 javax.xml.bind.JAXBElement<ClientBehaviorPolicyType> ObjectFactory.createClient(ClientBehaviorPolicyType value)
          Create an instance of JAXBElement<ClientBehaviorPolicyType>}
 void JMSOldConfigHolder.setRuntimePolicy(ClientBehaviorPolicyType runtimePolicy)
           
 


Apache CXF API

Apache CXF