1 package test.wsdl.document;2 3 import org.w3c.dom.Document ;4 import org.w3c.dom.Element ;5 6 public class TestService {7 public Document getDocument() {8 return null;9 }10 11 public Element getElement() {12 return null;13 }14 }