com.kremerk.commandprocessor.response
Class BinaryResponse

java.lang.Object
  extended by com.kremerk.commandprocessor.response.BinaryResponse
All Implemented Interfaces:
Response

public class BinaryResponse
extends java.lang.Object
implements Response


Constructor Summary
BinaryResponse(byte[] data)
           
 
Method Summary
 java.lang.String getContentType()
           
 byte[] getResponse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryResponse

public BinaryResponse(byte[] data)
Method Detail

getResponse

public byte[] getResponse()
Specified by:
getResponse in interface Response

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in interface Response