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.dom4j.Element root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 String asString() throws Exception
Description copied from interface:XmlResourceReturns this XML as a String literal.- Throws:
Exception
-
-