Apache CXF API

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

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

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

Fields in org.apache.cxf.transport.jms declared as DestinationStyleType
protected  DestinationStyleType AddressType.destinationStyle
           
 

Methods in org.apache.cxf.transport.jms that return DestinationStyleType
static DestinationStyleType DestinationStyleType.fromValue(String v)
           
 DestinationStyleType AddressType.getDestinationStyle()
          Gets the value of the destinationStyle property.
static DestinationStyleType DestinationStyleType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DestinationStyleType[] DestinationStyleType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.cxf.transport.jms with parameters of type DestinationStyleType
 void AddressType.setDestinationStyle(DestinationStyleType value)
          Sets the value of the destinationStyle property.
 


Apache CXF API

Apache CXF