Apache CXF API

org.apache.cxf.transport.jms
Class ServerConfig

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

public class ServerConfig
extends TExtensibilityElementImpl

Java class for ServerConfig complex type.

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

 <complexType name="ServerConfig">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
       <attribute name="messageTimeToLive" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedLong" default="0" />
       <attribute name="durableSubscriptionClientId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="serverReceiveTimeout" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedLong" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String durableSubscriptionClientId
           
protected  Long messageTimeToLive
           
protected  Long serverReceiveTimeout
           
 
Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement
required
 
Constructor Summary
ServerConfig()
           
 
Method Summary
 String getDurableSubscriptionClientId()
          Gets the value of the durableSubscriptionClientId property.
 long getMessageTimeToLive()
          Gets the value of the messageTimeToLive property.
 long getServerReceiveTimeout()
          Gets the value of the serverReceiveTimeout property.
 boolean isSetDurableSubscriptionClientId()
           
 boolean isSetMessageTimeToLive()
           
 boolean isSetServerReceiveTimeout()
           
 void setDurableSubscriptionClientId(String value)
          Sets the value of the durableSubscriptionClientId property.
 void setMessageTimeToLive(long value)
          Sets the value of the messageTimeToLive property.
 void setServerReceiveTimeout(long value)
          Sets the value of the serverReceiveTimeout property.
 void unsetMessageTimeToLive()
           
 void unsetServerReceiveTimeout()
           
 
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

messageTimeToLive

protected Long messageTimeToLive

durableSubscriptionClientId

protected String durableSubscriptionClientId

serverReceiveTimeout

protected Long serverReceiveTimeout
Constructor Detail

ServerConfig

public ServerConfig()
Method Detail

getDurableSubscriptionClientId

public String getDurableSubscriptionClientId()
Gets the value of the durableSubscriptionClientId property.

Returns:
possible object is String

setDurableSubscriptionClientId

public void setDurableSubscriptionClientId(String value)
Sets the value of the durableSubscriptionClientId property.

Parameters:
value - allowed object is String

isSetDurableSubscriptionClientId

public boolean isSetDurableSubscriptionClientId()

setMessageTimeToLive

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


unsetMessageTimeToLive

public void unsetMessageTimeToLive()

isSetMessageTimeToLive

public boolean isSetMessageTimeToLive()

getMessageTimeToLive

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


setServerReceiveTimeout

public void setServerReceiveTimeout(long value)
Sets the value of the serverReceiveTimeout property.


unsetServerReceiveTimeout

public void unsetServerReceiveTimeout()

isSetServerReceiveTimeout

public boolean isSetServerReceiveTimeout()

getServerReceiveTimeout

public long getServerReceiveTimeout()
Gets the value of the serverReceiveTimeout property.


Apache CXF API

Apache CXF