FileDocCategorySizeDatePackage
DocumentTestSoapBindingImpl.javaAPI DocApache Axis 1.4955Sat Apr 22 18:57:28 BST 2006test.wsdl.document

DocumentTestSoapBindingImpl

public class DocumentTestSoapBindingImpl extends Object implements test.wsdl.document.TestService
DocumentTestSoapBindingImpl.java This file was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.

Fields Summary
String
xml
Constructors Summary
Methods Summary
public org.w3c.dom.DocumentgetDocument()

        try {
            return XMLUtils.newDocument(new ByteArrayInputStream(xml.getBytes()));
        } catch (Exception e) {
            throw AxisFault.makeFault(e);
        }
    
public org.w3c.dom.ElementgetElement()


         
        try {
            return XMLUtils.newDocument(new ByteArrayInputStream(xml.getBytes())).getDocumentElement();
        } catch (Exception e) {
            throw AxisFault.makeFault(e);
        }