Apache CXF API

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

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

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

Fields in org.apache.cxf.transport.jms with type parameters of type JMSPropertyType
protected  List<JMSPropertyType> JMSMessageHeadersType.property
           
 

Methods in org.apache.cxf.transport.jms that return JMSPropertyType
 JMSPropertyType ObjectFactory.createJMSPropertyType()
          Create an instance of JMSPropertyType
 

Methods in org.apache.cxf.transport.jms that return types with arguments of type JMSPropertyType
 List<JMSPropertyType> JMSMessageHeadersType.getProperty()
          Gets the value of the property property.
 


Apache CXF API

Apache CXF