Package org.apache.axiom.ts.xml
Class XOPSample
- java.lang.Object
-
- org.apache.axiom.testing.multiton.Multiton
-
- org.apache.axiom.ts.xml.MessageSample
-
- org.apache.axiom.ts.xml.MIMESample
-
- org.apache.axiom.ts.xml.XOPSample
-
public class XOPSample extends MIMESample
-
-
Field Summary
Fields Modifier and Type Field Description static XOPSampleXOP_SPEC_SAMPLESlightly modified version of the non-SOAP sample given in the XOP spec.
-
Constructor Summary
Constructors Modifier Constructor Description protectedXOPSample(MessageContent content, String name, String contentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetInlinedMessage()-
Methods inherited from class org.apache.axiom.ts.xml.MIMESample
getBoundary, getContentType, getMultipart, getPart, getPart, getStart
-
Methods inherited from class org.apache.axiom.ts.xml.MessageSample
getInputStream, getName, getUrl
-
-
-
-
Field Detail
-
XOP_SPEC_SAMPLE
public static final XOPSample XOP_SPEC_SAMPLE
Slightly modified version of the non-SOAP sample given in the XOP spec.
-
-
Constructor Detail
-
XOPSample
protected XOPSample(MessageContent content, String name, String contentType)
-
-
Method Detail
-
getInlinedMessage
public final InputStream getInlinedMessage()
-
-