Package com.sun.xml.ws.test.client
Interface XmlResource
-
- All Known Implementing Classes:
AbstractXmlResource,InlineXmlResource,ReferencedXmlResource
public interface XmlResourceXML Resource to be injected to the client. Defiend by <xml-resource> element in test descriptor.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectasSOAP11Message()Reads it as SAAJ SOAPMessage in SOAP 1.1 and return it.StreamSourceasStreamSource()Returns this XML as aStreamSource.StringasString()Returns this XML as a String literal.
-
-
-
Method Detail
-
asStreamSource
StreamSource asStreamSource() throws Exception
Returns this XML as aStreamSource.- Throws:
Exception
-
-