Package com.sun.xml.ws.test.client
Class ReferencedXmlResource
java.lang.Object
com.sun.xml.ws.test.client.AbstractXmlResource
com.sun.xml.ws.test.client.ReferencedXmlResource
- All Implemented Interfaces:
XmlResource
Resource XML defined as a reference.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns this XML as aStreamSource.asString()Returns this XML as a String literal.Methods inherited from class com.sun.xml.ws.test.client.AbstractXmlResource
asSOAP11Message
-
Constructor Details
-
ReferencedXmlResource
-
-
Method Details
-
asString
Description copied from interface:XmlResourceReturns this XML as a String literal.- Throws:
Exception
-
asStreamSource
Description copied from interface:XmlResourceReturns this XML as aStreamSource.- Specified by:
asStreamSourcein interfaceXmlResource- Overrides:
asStreamSourcein classAbstractXmlResource- Throws:
Exception
-