Apache CXF API

org.apache.cxf.transport.jms
Class AddressType

java.lang.Object
  extended by org.apache.cxf.wsdl.TExtensibilityElement
      extended by org.apache.cxf.wsdl.TExtensibilityElementImpl
          extended by org.apache.cxf.transport.jms.AddressType
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement

public class AddressType
extends TExtensibilityElementImpl

Java class for AddressType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AddressType">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
       <sequence>
         <element name="JMSNamingProperty" type="{http://cxf.apache.org/transports/jms}JMSNamingPropertyType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="destinationStyle" type="{http://cxf.apache.org/transports/jms}DestinationStyleType" default="queue" />
       <attribute name="jndiConnectionFactoryName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="jndiDestinationName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="jmsDestinationName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="jndiReplyDestinationName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="jmsReplyDestinationName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="jndiReplyToDestinationName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="jmsReplyToDestinationName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="connectionUserName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="connectionPassword" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="useJms11" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" />
       <attribute name="reconnectOnException" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String connectionPassword
           
protected  String connectionUserName
           
protected  DestinationStyleType destinationStyle
           
protected  String jmsDestinationName
           
protected  List<JMSNamingPropertyType> jmsNamingProperty
           
protected  String jmsReplyDestinationName
           
protected  String jmsReplyToDestinationName
           
protected  String jndiConnectionFactoryName
           
protected  String jndiDestinationName
           
protected  String jndiReplyDestinationName
           
protected  String jndiReplyToDestinationName
           
protected  Boolean reconnectOnException
           
protected  Boolean useJms11
           
 
Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement
required
 
Constructor Summary
AddressType()
           
 
Method Summary
 String getConnectionPassword()
          Gets the value of the connectionPassword property.
 String getConnectionUserName()
          Gets the value of the connectionUserName property.
 DestinationStyleType getDestinationStyle()
          Gets the value of the destinationStyle property.
 String getJmsDestinationName()
          Gets the value of the jmsDestinationName property.
 List<JMSNamingPropertyType> getJMSNamingProperty()
          Gets the value of the jmsNamingProperty property.
 String getJmsReplyDestinationName()
          Gets the value of the jmsReplyDestinationName property.
 String getJmsReplyToDestinationName()
          Gets the value of the jmsReplyToDestinationName property.
 String getJndiConnectionFactoryName()
          Gets the value of the jndiConnectionFactoryName property.
 String getJndiDestinationName()
          Gets the value of the jndiDestinationName property.
 String getJndiReplyDestinationName()
          Gets the value of the jndiReplyDestinationName property.
 String getJndiReplyToDestinationName()
          Gets the value of the jndiReplyToDestinationName property.
 boolean isReconnectOnException()
          Gets the value of the reconnectOnException property.
 boolean isSetConnectionPassword()
           
 boolean isSetConnectionUserName()
           
 boolean isSetDestinationStyle()
           
 boolean isSetJmsDestinationName()
           
 boolean isSetJMSNamingProperty()
           
 boolean isSetJmsReplyDestinationName()
           
 boolean isSetJmsReplyToDestinationName()
           
 boolean isSetJndiConnectionFactoryName()
           
 boolean isSetJndiDestinationName()
           
 boolean isSetJndiReplyDestinationName()
           
 boolean isSetJndiReplyToDestinationName()
           
 boolean isSetReconnectOnException()
           
 boolean isSetUseJms11()
           
 boolean isUseJms11()
          Gets the value of the useJms11 property.
 void setConnectionPassword(String value)
          Sets the value of the connectionPassword property.
 void setConnectionUserName(String value)
          Sets the value of the connectionUserName property.
 void setDestinationStyle(DestinationStyleType value)
          Sets the value of the destinationStyle property.
 void setJmsDestinationName(String value)
          Sets the value of the jmsDestinationName property.
 void setJmsReplyDestinationName(String value)
          Sets the value of the jmsReplyDestinationName property.
 void setJmsReplyToDestinationName(String value)
          Sets the value of the jmsReplyToDestinationName property.
 void setJndiConnectionFactoryName(String value)
          Sets the value of the jndiConnectionFactoryName property.
 void setJndiDestinationName(String value)
          Sets the value of the jndiDestinationName property.
 void setJndiReplyDestinationName(String value)
          Sets the value of the jndiReplyDestinationName property.
 void setJndiReplyToDestinationName(String value)
          Sets the value of the jndiReplyToDestinationName property.
 void setReconnectOnException(boolean value)
          Sets the value of the reconnectOnException property.
 void setUseJms11(boolean value)
          Sets the value of the useJms11 property.
 void unsetJMSNamingProperty()
           
 void unsetReconnectOnException()
           
 void unsetUseJms11()
           
 
Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElementImpl
getElementType, getRequired, setElementType, setRequired
 
Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElement
isRequired, isSetRequired, setRequired, unsetRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jmsNamingProperty

protected List<JMSNamingPropertyType> jmsNamingProperty

destinationStyle

protected DestinationStyleType destinationStyle

jndiConnectionFactoryName

protected String jndiConnectionFactoryName

jndiDestinationName

protected String jndiDestinationName

jmsDestinationName

protected String jmsDestinationName

jndiReplyDestinationName

protected String jndiReplyDestinationName

jmsReplyDestinationName

protected String jmsReplyDestinationName

jndiReplyToDestinationName

protected String jndiReplyToDestinationName

jmsReplyToDestinationName

protected String jmsReplyToDestinationName

connectionUserName

protected String connectionUserName

connectionPassword

protected String connectionPassword

useJms11

protected Boolean useJms11

reconnectOnException

protected Boolean reconnectOnException
Constructor Detail

AddressType

public AddressType()
Method Detail

getJMSNamingProperty

public List<JMSNamingPropertyType> getJMSNamingProperty()
Gets the value of the jmsNamingProperty property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the jmsNamingProperty property.

For example, to add a new item, do as follows:

    getJMSNamingProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list JMSNamingPropertyType


isSetJMSNamingProperty

public boolean isSetJMSNamingProperty()

unsetJMSNamingProperty

public void unsetJMSNamingProperty()

setDestinationStyle

public void setDestinationStyle(DestinationStyleType value)
Sets the value of the destinationStyle property.

Parameters:
value - allowed object is DestinationStyleType

isSetDestinationStyle

public boolean isSetDestinationStyle()

getJndiConnectionFactoryName

public String getJndiConnectionFactoryName()
Gets the value of the jndiConnectionFactoryName property.

Returns:
possible object is String

setJndiConnectionFactoryName

public void setJndiConnectionFactoryName(String value)
Sets the value of the jndiConnectionFactoryName property.

Parameters:
value - allowed object is String

isSetJndiConnectionFactoryName

public boolean isSetJndiConnectionFactoryName()

getJndiDestinationName

public String getJndiDestinationName()
Gets the value of the jndiDestinationName property.

Returns:
possible object is String

setJndiDestinationName

public void setJndiDestinationName(String value)
Sets the value of the jndiDestinationName property.

Parameters:
value - allowed object is String

isSetJndiDestinationName

public boolean isSetJndiDestinationName()

getJmsDestinationName

public String getJmsDestinationName()
Gets the value of the jmsDestinationName property.

Returns:
possible object is String

setJmsDestinationName

public void setJmsDestinationName(String value)
Sets the value of the jmsDestinationName property.

Parameters:
value - allowed object is String

isSetJmsDestinationName

public boolean isSetJmsDestinationName()

getJndiReplyDestinationName

public String getJndiReplyDestinationName()
Gets the value of the jndiReplyDestinationName property.

Returns:
possible object is String

setJndiReplyDestinationName

public void setJndiReplyDestinationName(String value)
Sets the value of the jndiReplyDestinationName property.

Parameters:
value - allowed object is String

isSetJndiReplyDestinationName

public boolean isSetJndiReplyDestinationName()

getJmsReplyDestinationName

public String getJmsReplyDestinationName()
Gets the value of the jmsReplyDestinationName property.

Returns:
possible object is String

setJmsReplyDestinationName

public void setJmsReplyDestinationName(String value)
Sets the value of the jmsReplyDestinationName property.

Parameters:
value - allowed object is String

isSetJmsReplyDestinationName

public boolean isSetJmsReplyDestinationName()

getJndiReplyToDestinationName

public String getJndiReplyToDestinationName()
Gets the value of the jndiReplyToDestinationName property.

Returns:
possible object is String

setJndiReplyToDestinationName

public void setJndiReplyToDestinationName(String value)
Sets the value of the jndiReplyToDestinationName property.

Parameters:
value - allowed object is String

isSetJndiReplyToDestinationName

public boolean isSetJndiReplyToDestinationName()

getJmsReplyToDestinationName

public String getJmsReplyToDestinationName()
Gets the value of the jmsReplyToDestinationName property.

Returns:
possible object is String

setJmsReplyToDestinationName

public void setJmsReplyToDestinationName(String value)
Sets the value of the jmsReplyToDestinationName property.

Parameters:
value - allowed object is String

isSetJmsReplyToDestinationName

public boolean isSetJmsReplyToDestinationName()

getConnectionUserName

public String getConnectionUserName()
Gets the value of the connectionUserName property.

Returns:
possible object is String

setConnectionUserName

public void setConnectionUserName(String value)
Sets the value of the connectionUserName property.

Parameters:
value - allowed object is String

isSetConnectionUserName

public boolean isSetConnectionUserName()

getConnectionPassword

public String getConnectionPassword()
Gets the value of the connectionPassword property.

Returns:
possible object is String

setConnectionPassword

public void setConnectionPassword(String value)
Sets the value of the connectionPassword property.

Parameters:
value - allowed object is String

isSetConnectionPassword

public boolean isSetConnectionPassword()

getDestinationStyle

public DestinationStyleType getDestinationStyle()
Gets the value of the destinationStyle property.


setUseJms11

public void setUseJms11(boolean value)
Sets the value of the useJms11 property.


unsetUseJms11

public void unsetUseJms11()

isSetUseJms11

public boolean isSetUseJms11()

isUseJms11

public boolean isUseJms11()
Gets the value of the useJms11 property.


setReconnectOnException

public void setReconnectOnException(boolean value)
Sets the value of the reconnectOnException property.


unsetReconnectOnException

public void unsetReconnectOnException()

isSetReconnectOnException

public boolean isSetReconnectOnException()

isReconnectOnException

public boolean isReconnectOnException()
Gets the value of the reconnectOnException property.


Apache CXF API

Apache CXF