Package com.sun.xml.ws.test.client
Class AbstractXmlResource
java.lang.Object
com.sun.xml.ws.test.client.AbstractXmlResource
- All Implemented Interfaces:
XmlResource
- Direct Known Subclasses:
InlineXmlResource,ReferencedXmlResource
Partial default implementation.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReads it as SAAJ SOAPMessage in SOAP 1.1 and return it.Returns this XML as aStreamSource.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.test.client.XmlResource
asString
-
Constructor Details
-
AbstractXmlResource
public AbstractXmlResource()
-
-
Method Details
-
asStreamSource
Description copied from interface:XmlResourceReturns this XML as aStreamSource.- Specified by:
asStreamSourcein interfaceXmlResource- Throws:
Exception
-
asSOAP11Message
Description copied from interface:XmlResourceReads it as SAAJ SOAPMessage in SOAP 1.1 and return it.- Specified by:
asSOAP11Messagein interfaceXmlResource- Throws:
Exception
-