org.milyn.payload
Class StringSource

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

public class StringSource
extends StreamSource

Utility class for creating a String based StreamSource.

Author:
tom.fennelly@gmail.com

Field Summary
 
Fields inherited from class javax.xml.transform.stream.StreamSource
FEATURE
 
Constructor Summary
StringSource(String source)
           
 
Method Summary
 String 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

StringSource

public StringSource(String source)
Method Detail

getSource

public String getSource()


Copyright © 2008. All Rights Reserved.