2010-01-26 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.transport
Class EpcglobalLlrpMessage

java.lang.Object
  extended by SimpleResponseMessage
      extended by org.eclipse.soda.dk.epcglobal.llrp.transport.EpcglobalLlrpMessage

public class EpcglobalLlrpMessage
extends SimpleResponseMessage

Since:
1.0
Version:
1.2.0

Constructor Summary
EpcglobalLlrpMessage()
          Constructs an instance of this class.
EpcglobalLlrpMessage(byte[] data)
          Constructs an instance of this class from the specified data parameter.
EpcglobalLlrpMessage(byte[] data, int offset, int length)
          Constructs an instance of this class from the specified data, offset and length parameters.
EpcglobalLlrpMessage(byte[] data, MessageService sentMessage)
          Constructs an instance of this class from the specified data and sent message parameters.
EpcglobalLlrpMessage(java.lang.String data)
          Constructs an instance of this class from the specified data parameter.
 
Method Summary
 java.lang.String toString()
          Returns the string value.
 void toString(byte[] bytes, java.lang.StringBuffer buffer)
          To string with the specified bytes and buffer parameters.
 void toStringParameter(byte[] bytes, int offset, int length, java.lang.StringBuffer buffer)
          To string parameter with the specified bytes, offset, length and buffer parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EpcglobalLlrpMessage

public EpcglobalLlrpMessage()
Constructs an instance of this class.

See Also:
EpcglobalLlrpMessage(byte[]), EpcglobalLlrpMessage(byte[],int,int), EpcglobalLlrpMessage(byte[],MessageService), EpcglobalLlrpMessage(String)

EpcglobalLlrpMessage

public EpcglobalLlrpMessage(byte[] data)
Constructs an instance of this class from the specified data parameter.

Parameters:
data - The data (byte[]) parameter.
See Also:
EpcglobalLlrpMessage(), EpcglobalLlrpMessage(byte[],int,int), EpcglobalLlrpMessage(byte[],MessageService), EpcglobalLlrpMessage(String)

EpcglobalLlrpMessage

public EpcglobalLlrpMessage(byte[] data,
                            int offset,
                            int length)
Constructs an instance of this class from the specified data, offset and length parameters.

Parameters:
data - The data (byte[]) parameter.
offset - The offset (int) parameter.
length - The length (int) parameter.
See Also:
EpcglobalLlrpMessage(), EpcglobalLlrpMessage(byte[]), EpcglobalLlrpMessage(byte[],MessageService), EpcglobalLlrpMessage(String)

EpcglobalLlrpMessage

public EpcglobalLlrpMessage(byte[] data,
                            MessageService sentMessage)
Constructs an instance of this class from the specified data and sent message parameters.

Parameters:
data - The data (byte[]) parameter.
sentMessage - The sent message (MessageService) parameter.
See Also:
EpcglobalLlrpMessage(), EpcglobalLlrpMessage(byte[]), EpcglobalLlrpMessage(byte[],int,int), EpcglobalLlrpMessage(String)

EpcglobalLlrpMessage

public EpcglobalLlrpMessage(java.lang.String data)
Constructs an instance of this class from the specified data parameter.

Parameters:
data - The data (String) parameter.
See Also:
EpcglobalLlrpMessage(), EpcglobalLlrpMessage(byte[]), EpcglobalLlrpMessage(byte[],int,int), EpcglobalLlrpMessage(byte[],MessageService)
Method Detail

toString

public java.lang.String toString()
Returns the string value.

Returns:
The string (String) value.
See Also:
toString(byte[],StringBuffer)

toString

public void toString(byte[] bytes,
                     java.lang.StringBuffer buffer)
To string with the specified bytes and buffer parameters.

Parameters:
bytes - The bytes (byte[]) parameter.
buffer - The buffer (StringBuffer) parameter.
See Also:
toString()

toStringParameter

public void toStringParameter(byte[] bytes,
                              int offset,
                              int length,
                              java.lang.StringBuffer buffer)
To string parameter with the specified bytes, offset, length and buffer parameters.

Parameters:
bytes - The bytes (byte[]) parameter.
offset - The offset (int) parameter.
length - The length (int) parameter.
buffer - The buffer (StringBuffer) parameter.

2010-01-26 1.2.0

Copyright (c) 2010 IBM. See license in Legal section.