Class Message

    • Field Detail

      • messageId

        public String messageId
      • contentType

        public String contentType
      • soapAction

        public String soapAction
      • epoch

        public long epoch
      • requestURI

        public String requestURI
      • isDoingREST

        public boolean isDoingREST
      • httpMethod

        public String httpMethod
      • isDoingMTOM

        public boolean isDoingMTOM
      • isDoingSwA

        public boolean isDoingSwA
      • incomingTransport

        public String incomingTransport
      • metaDataMap

        public static final Map<Message._Fields,​org.apache.thrift.meta_data.FieldMetaData> metaDataMap
    • Constructor Detail

      • Message

        public Message()
      • Message

        public Message​(Message other)
        Performs a deep copy on other.
    • Method Detail

      • clear

        public void clear()
        Specified by:
        clear in interface org.apache.thrift.TBase<Message,​Message._Fields>
      • getMessageId

        public String getMessageId()
      • setMessageId

        public Message setMessageId​(String messageId)
      • unsetMessageId

        public void unsetMessageId()
      • isSetMessageId

        public boolean isSetMessageId()
        Returns true if field messageId is set (has been assigned a value) and false otherwise
      • setMessageIdIsSet

        public void setMessageIdIsSet​(boolean value)
      • getContentType

        public String getContentType()
      • setContentType

        public Message setContentType​(String contentType)
      • unsetContentType

        public void unsetContentType()
      • isSetContentType

        public boolean isSetContentType()
        Returns true if field contentType is set (has been assigned a value) and false otherwise
      • setContentTypeIsSet

        public void setContentTypeIsSet​(boolean value)
      • getMessage

        public byte[] getMessage()
      • bufferForMessage

        public ByteBuffer bufferForMessage()
      • setMessage

        public Message setMessage​(byte[] message)
      • unsetMessage

        public void unsetMessage()
      • isSetMessage

        public boolean isSetMessage()
        Returns true if field message is set (has been assigned a value) and false otherwise
      • setMessageIsSet

        public void setMessageIsSet​(boolean value)
      • getSoapAction

        public String getSoapAction()
      • setSoapAction

        public Message setSoapAction​(String soapAction)
      • unsetSoapAction

        public void unsetSoapAction()
      • isSetSoapAction

        public boolean isSetSoapAction()
        Returns true if field soapAction is set (has been assigned a value) and false otherwise
      • setSoapActionIsSet

        public void setSoapActionIsSet​(boolean value)
      • getEpoch

        public long getEpoch()
      • setEpoch

        public Message setEpoch​(long epoch)
      • unsetEpoch

        public void unsetEpoch()
      • isSetEpoch

        public boolean isSetEpoch()
        Returns true if field epoch is set (has been assigned a value) and false otherwise
      • setEpochIsSet

        public void setEpochIsSet​(boolean value)
      • getTransportHeadersSize

        public int getTransportHeadersSize()
      • putToTransportHeaders

        public void putToTransportHeaders​(String key,
                                          String val)
      • unsetTransportHeaders

        public void unsetTransportHeaders()
      • isSetTransportHeaders

        public boolean isSetTransportHeaders()
        Returns true if field transportHeaders is set (has been assigned a value) and false otherwise
      • setTransportHeadersIsSet

        public void setTransportHeadersIsSet​(boolean value)
      • getRequestURI

        public String getRequestURI()
      • setRequestURI

        public Message setRequestURI​(String requestURI)
      • unsetRequestURI

        public void unsetRequestURI()
      • isSetRequestURI

        public boolean isSetRequestURI()
        Returns true if field requestURI is set (has been assigned a value) and false otherwise
      • setRequestURIIsSet

        public void setRequestURIIsSet​(boolean value)
      • isIsDoingREST

        public boolean isIsDoingREST()
      • setIsDoingREST

        public Message setIsDoingREST​(boolean isDoingREST)
      • unsetIsDoingREST

        public void unsetIsDoingREST()
      • isSetIsDoingREST

        public boolean isSetIsDoingREST()
        Returns true if field isDoingREST is set (has been assigned a value) and false otherwise
      • setIsDoingRESTIsSet

        public void setIsDoingRESTIsSet​(boolean value)
      • getHttpMethod

        public String getHttpMethod()
      • setHttpMethod

        public Message setHttpMethod​(String httpMethod)
      • unsetHttpMethod

        public void unsetHttpMethod()
      • isSetHttpMethod

        public boolean isSetHttpMethod()
        Returns true if field httpMethod is set (has been assigned a value) and false otherwise
      • setHttpMethodIsSet

        public void setHttpMethodIsSet​(boolean value)
      • isIsDoingMTOM

        public boolean isIsDoingMTOM()
      • setIsDoingMTOM

        public Message setIsDoingMTOM​(boolean isDoingMTOM)
      • unsetIsDoingMTOM

        public void unsetIsDoingMTOM()
      • isSetIsDoingMTOM

        public boolean isSetIsDoingMTOM()
        Returns true if field isDoingMTOM is set (has been assigned a value) and false otherwise
      • setIsDoingMTOMIsSet

        public void setIsDoingMTOMIsSet​(boolean value)
      • isIsDoingSwA

        public boolean isIsDoingSwA()
      • setIsDoingSwA

        public Message setIsDoingSwA​(boolean isDoingSwA)
      • unsetIsDoingSwA

        public void unsetIsDoingSwA()
      • isSetIsDoingSwA

        public boolean isSetIsDoingSwA()
        Returns true if field isDoingSwA is set (has been assigned a value) and false otherwise
      • setIsDoingSwAIsSet

        public void setIsDoingSwAIsSet​(boolean value)
      • getIncomingTransport

        public String getIncomingTransport()
      • setIncomingTransport

        public Message setIncomingTransport​(String incomingTransport)
      • unsetIncomingTransport

        public void unsetIncomingTransport()
      • isSetIncomingTransport

        public boolean isSetIncomingTransport()
        Returns true if field incomingTransport is set (has been assigned a value) and false otherwise
      • setIncomingTransportIsSet

        public void setIncomingTransportIsSet​(boolean value)
      • isSet

        public boolean isSet​(Message._Fields field)
        Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
        Specified by:
        isSet in interface org.apache.thrift.TBase<Message,​Message._Fields>
      • equals

        public boolean equals​(Message that)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TBase<Message,​Message._Fields>
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TBase<Message,​Message._Fields>
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException