org.milyn.payload
Class ByteSource

java.lang.Object
  extended by javax.xml.transform.stream.StreamSource
      extended by org.milyn.payload.ByteSource
All Implemented Interfaces:
Source

public class ByteSource
extends StreamSource

Utility class for creating a Byte based StreamSource.

Author:
tom.fennelly@gmail.com

Field Summary
 
Fields inherited from class javax.xml.transform.stream.StreamSource
FEATURE
 
Constructor Summary
ByteSource(byte[] source)
           
 
Method Summary
 byte[] getSource()
           
 
Methods inherited from class javax.xml.transform.stream.StreamSource
getInputStream, getPublicId, getReader, getSystemId, setInputStream, setPublicId, setReader, setSystemId, setSystemId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteSource

public ByteSource(byte[] source)
Method Detail

getSource

public byte[] getSource()


Copyright © 2009. All Rights Reserved.