net.ihe.gazelle.proxy.model.message
Class RawMessage

java.lang.Object
  extended by net.ihe.gazelle.proxy.model.message.AbstractMessage
      extended by net.ihe.gazelle.proxy.model.message.RawMessage

@Name(value="rawMessage")
public class RawMessage
extends AbstractMessage


Field Summary
 
Fields inherited from class net.ihe.gazelle.proxy.model.message.AbstractMessage
UTF_8
 
Constructor Summary
RawMessage()
           
RawMessage(Timestamp timestamp, String fromIP, Integer localPort, Integer proxyPort, String toIP, Integer remotePort, ProxySide proxySide)
           
 
Method Summary
 ChannelType getChannelType()
           
 
Methods inherited from class net.ihe.gazelle.proxy.model.message.AbstractMessage
equals, getConnection, getDateReceived, getDecodedMessageReceived, getFromIP, getId, getInfoGUI, getLocalPort, getMessageLength, getMessageReceived, getMessageReceivedAsString, getMessageReceivedStream, getMessageReceivedWrapped, getPartSource, getProxyPort, getProxySide, getRemotePort, getToIP, getWholeMessageReceivedWrapped, hashCode, setConnection, setDateReceived, setFromIP, setId, setLocalPort, setMessageReceived, setMessageReceivedAsString, setProxyPort, setProxySide, setRemotePort, setToIP, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RawMessage

public RawMessage()

RawMessage

public RawMessage(Timestamp timestamp,
                  String fromIP,
                  Integer localPort,
                  Integer proxyPort,
                  String toIP,
                  Integer remotePort,
                  ProxySide proxySide)
Method Detail

getChannelType

public ChannelType getChannelType()
Specified by:
getChannelType in class AbstractMessage


Copyright © 2012 JBoss. All Rights Reserved.