public class JmsProducer extends JmsConsumerProducerCommonCfg implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.Integer |
deliveryMode |
private java.lang.Boolean |
doNotSetCorrelationIDOnRequests |
private java.lang.Boolean |
isDeadLetter |
private java.lang.Integer |
priority |
private JmsProperty[] |
properties |
private java.lang.Long |
timeToLiveMs |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
JmsProducer() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getDeliveryMode() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.Boolean |
getDoNotSetCorrelationIDOnRequests() |
java.lang.Boolean |
getIsDeadLetter() |
java.lang.Integer |
getPriority() |
JmsProperty[] |
getProperties() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.Long |
getTimeToLiveMs() |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDeliveryMode(java.lang.Integer deliveryMode) |
void |
setDoNotSetCorrelationIDOnRequests(java.lang.Boolean doNotSetCorrelationIDOnRequests) |
void |
setIsDeadLetter(java.lang.Boolean isDeadLetter) |
void |
setPriority(java.lang.Integer priority) |
void |
setProperties(JmsProperty[] properties) |
void |
setTimeToLiveMs(java.lang.Long timeToLiveMs) |
getConnectionFactory, getDestination, getIsEnabled, getJndi, setConnectionFactory, setDestination, setIsEnabled, setJndi
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private java.lang.Integer deliveryMode
private java.lang.Boolean doNotSetCorrelationIDOnRequests
private java.lang.Boolean isDeadLetter
private java.lang.Integer priority
private JmsProperty[] properties
private java.lang.Long timeToLiveMs
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.Integer getDeliveryMode()
public void setDeliveryMode(java.lang.Integer deliveryMode)
public java.lang.Boolean getDoNotSetCorrelationIDOnRequests()
public void setDoNotSetCorrelationIDOnRequests(java.lang.Boolean doNotSetCorrelationIDOnRequests)
public java.lang.Boolean getIsDeadLetter()
public void setIsDeadLetter(java.lang.Boolean isDeadLetter)
public java.lang.Integer getPriority()
public void setPriority(java.lang.Integer priority)
public JmsProperty[] getProperties()
public void setProperties(JmsProperty[] properties)
public java.lang.Long getTimeToLiveMs()
public void setTimeToLiveMs(java.lang.Long timeToLiveMs)
public boolean equals(java.lang.Object obj)
equals
in class JmsConsumerProducerCommonCfg
public int hashCode()
hashCode
in class JmsConsumerProducerCommonCfg
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)