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
 

Fields in org.apache.cxf.transport.jms declared as ServerBehaviorPolicyType
protected  ServerBehaviorPolicyType JMSDestination.runtimePolicy
           
 

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

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
protected static void JMSProviderHub.connect(JMSTransport jmsTransport, ServerConfig jmsDestConfigBean, ServerBehaviorPolicyType runtimePolicy)
           
 javax.xml.bind.JAXBElement<ServerBehaviorPolicyType> ObjectFactory.createServer(ServerBehaviorPolicyType value)
          Create an instance of JAXBElement<ServerBehaviorPolicyType>}
 void JMSDestination.setRuntimePolicy(ServerBehaviorPolicyType runtimePolicy)
           
 

Constructors in org.apache.cxf.transport.jms with parameters of type ServerBehaviorPolicyType
JMSSessionFactory(javax.jms.Connection connection, javax.jms.Destination replyDestination, javax.naming.Context context, JMSTransport tbb, ServerBehaviorPolicyType runtimePolicy)
          Constructor.
 


Apache CXF API

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