org.n52.wps.io.data.binding.literal
Class LiteralBase64BinaryBinding

java.lang.Object
  extended by org.n52.wps.io.data.binding.literal.LiteralBase64BinaryBinding
All Implemented Interfaces:
java.io.Serializable, IData, ILiteralData

public class LiteralBase64BinaryBinding
extends java.lang.Object
implements ILiteralData

See Also:
Serialized Form

Constructor Summary
LiteralBase64BinaryBinding(byte[] binary)
           
 
Method Summary
 byte[] getBinary()
           
 byte[] getPayload()
           
 java.lang.Class<byte[]> getSupportedClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteralBase64BinaryBinding

public LiteralBase64BinaryBinding(byte[] binary)
Method Detail

getBinary

public byte[] getBinary()

getPayload

public byte[] getPayload()
Specified by:
getPayload in interface IData

getSupportedClass

public java.lang.Class<byte[]> getSupportedClass()
Specified by:
getSupportedClass in interface IData


Copyright © 2007-2011 52north.org. All Rights Reserved.