Package com.sun.xml.ws.test.client
Class InlineXmlResource
- java.lang.Object
-
- com.sun.xml.ws.test.client.AbstractXmlResource
-
- com.sun.xml.ws.test.client.InlineXmlResource
-
- All Implemented Interfaces:
XmlResource
public class InlineXmlResource extends AbstractXmlResource
Resource XML defined inline.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description InlineXmlResource(org.w3c.dom.Element root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringasString()Returns this XML as a String literal.-
Methods inherited from class com.sun.xml.ws.test.client.AbstractXmlResource
asSOAP11Message, asStreamSource
-
-
-
-
Method Detail
-
asString
public java.lang.String asString() throws java.lang.ExceptionDescription copied from interface:XmlResourceReturns this XML as a String literal.- Throws:
java.lang.Exception
-
-