org.apache.cxf.transport.jms
Class ClientConfig

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

public class ClientConfig
extends org.apache.cxf.wsdl.TExtensibilityElementImpl

Java class for ClientConfig complex type.

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

 <complexType name="ClientConfig">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
       <attribute name="clientReceiveTimeout" type="{http://www.w3.org/2001/XMLSchema}long" default="60000" />
       <attribute name="messageTimeToLive" type="{http://www.w3.org/2001/XMLSchema}long" default="0" />
       <attribute name="conduitSelectorPrefix" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="useConduitIdSelector" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="enforceSpec" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="useMessageIDAsCorrelationID" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Long clientReceiveTimeout
           
protected  java.lang.String conduitSelectorPrefix
           
protected  java.lang.Boolean enforceSpec
           
protected  java.lang.Long messageTimeToLive
           
protected  java.lang.Boolean useConduitIdSelector
           
protected  java.lang.Boolean useMessageIDAsCorrelationID
           
 
Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement
required
 
Constructor Summary
ClientConfig()
           
 
Method Summary
 long getClientReceiveTimeout()
          Gets the value of the clientReceiveTimeout property.
 java.lang.String getConduitSelectorPrefix()
          Gets the value of the conduitSelectorPrefix property.
 long getMessageTimeToLive()
          Gets the value of the messageTimeToLive property.
 boolean isEnforceSpec()
          Gets the value of the enforceSpec property.
 boolean isSetClientReceiveTimeout()
           
 boolean isSetConduitSelectorPrefix()
           
 boolean isSetEnforceSpec()
           
 boolean isSetMessageTimeToLive()
           
 boolean isSetUseConduitIdSelector()
           
 boolean isSetUseMessageIDAsCorrelationID()
           
 boolean isUseConduitIdSelector()
          Gets the value of the useConduitIdSelector property.
 boolean isUseMessageIDAsCorrelationID()
          Gets the value of the useMessageIDAsCorrelationID property.
 void setClientReceiveTimeout(long value)
          Sets the value of the clientReceiveTimeout property.
 void setConduitSelectorPrefix(java.lang.String value)
          Sets the value of the conduitSelectorPrefix property.
 void setEnforceSpec(boolean value)
          Sets the value of the enforceSpec property.
 void setMessageTimeToLive(long value)
          Sets the value of the messageTimeToLive property.
 void setUseConduitIdSelector(boolean value)
          Sets the value of the useConduitIdSelector property.
 void setUseMessageIDAsCorrelationID(boolean value)
          Sets the value of the useMessageIDAsCorrelationID property.
 void unsetClientReceiveTimeout()
           
 void unsetEnforceSpec()
           
 void unsetMessageTimeToLive()
           
 void unsetUseConduitIdSelector()
           
 void unsetUseMessageIDAsCorrelationID()
           
 
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

clientReceiveTimeout

protected java.lang.Long clientReceiveTimeout

messageTimeToLive

protected java.lang.Long messageTimeToLive

conduitSelectorPrefix

protected java.lang.String conduitSelectorPrefix

useConduitIdSelector

protected java.lang.Boolean useConduitIdSelector

enforceSpec

protected java.lang.Boolean enforceSpec

useMessageIDAsCorrelationID

protected java.lang.Boolean useMessageIDAsCorrelationID
Constructor Detail

ClientConfig

public ClientConfig()
Method Detail

getClientReceiveTimeout

public long getClientReceiveTimeout()
Gets the value of the clientReceiveTimeout property.

Returns:
possible object is Long

setClientReceiveTimeout

public void setClientReceiveTimeout(long value)
Sets the value of the clientReceiveTimeout property.

Parameters:
value - allowed object is Long

isSetClientReceiveTimeout

public boolean isSetClientReceiveTimeout()

unsetClientReceiveTimeout

public void unsetClientReceiveTimeout()

getMessageTimeToLive

public long getMessageTimeToLive()
Gets the value of the messageTimeToLive property.

Returns:
possible object is Long

setMessageTimeToLive

public void setMessageTimeToLive(long value)
Sets the value of the messageTimeToLive property.

Parameters:
value - allowed object is Long

isSetMessageTimeToLive

public boolean isSetMessageTimeToLive()

unsetMessageTimeToLive

public void unsetMessageTimeToLive()

getConduitSelectorPrefix

public java.lang.String getConduitSelectorPrefix()
Gets the value of the conduitSelectorPrefix property.

Returns:
possible object is String

setConduitSelectorPrefix

public void setConduitSelectorPrefix(java.lang.String value)
Sets the value of the conduitSelectorPrefix property.

Parameters:
value - allowed object is String

isSetConduitSelectorPrefix

public boolean isSetConduitSelectorPrefix()

isUseConduitIdSelector

public boolean isUseConduitIdSelector()
Gets the value of the useConduitIdSelector property.

Returns:
possible object is Boolean

setUseConduitIdSelector

public void setUseConduitIdSelector(boolean value)
Sets the value of the useConduitIdSelector property.

Parameters:
value - allowed object is Boolean

isSetUseConduitIdSelector

public boolean isSetUseConduitIdSelector()

unsetUseConduitIdSelector

public void unsetUseConduitIdSelector()

isEnforceSpec

public boolean isEnforceSpec()
Gets the value of the enforceSpec property.

Returns:
possible object is Boolean

setEnforceSpec

public void setEnforceSpec(boolean value)
Sets the value of the enforceSpec property.

Parameters:
value - allowed object is Boolean

isSetEnforceSpec

public boolean isSetEnforceSpec()

unsetEnforceSpec

public void unsetEnforceSpec()

isUseMessageIDAsCorrelationID

public boolean isUseMessageIDAsCorrelationID()
Gets the value of the useMessageIDAsCorrelationID property.

Returns:
possible object is Boolean

setUseMessageIDAsCorrelationID

public void setUseMessageIDAsCorrelationID(boolean value)
Sets the value of the useMessageIDAsCorrelationID property.

Parameters:
value - allowed object is Boolean

isSetUseMessageIDAsCorrelationID

public boolean isSetUseMessageIDAsCorrelationID()

unsetUseMessageIDAsCorrelationID

public void unsetUseMessageIDAsCorrelationID()


Apache CXF