Package org.apache.axiom.ts.xml
Class ComputedMessageContent
- java.lang.Object
-
- org.apache.axiom.ts.xml.MessageContent
-
- org.apache.axiom.ts.xml.ComputedMessageContent
-
public abstract class ComputedMessageContent extends MessageContent
-
-
Constructor Summary
Constructors Constructor Description ComputedMessageContent()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidbuildContent(OutputStream out)InputStreamgetInputStream()URLgetURL()-
Methods inherited from class org.apache.axiom.ts.xml.MessageContent
fromClasspath, fromClasspath, fromURL
-
-
-
-
Method Detail
-
getInputStream
public final InputStream getInputStream()
- Specified by:
getInputStreamin classMessageContent
-
getURL
public final URL getURL()
- Specified by:
getURLin classMessageContent
-
buildContent
protected abstract void buildContent(OutputStream out) throws Exception
- Throws:
Exception
-
-