Searched defs:convertToSoapElement (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPFactoryImpl.java133 return convertToSoapElement(domElement);
136 private SOAPElement convertToSoapElement(Element element) throws SOAPException { method in class:SOAPFactoryImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DDetailImpl.java67 protected SOAPElement convertToSoapElement(Element element) { method in class:DetailImpl
H A DBodyImpl.java217 SOAPBodyElement bodyElement = (SOAPBodyElement) convertToSoapElement(rootNode);
245 protected SOAPElement convertToSoapElement(Element element) { method in class:BodyImpl
H A DHeaderImpl.java278 protected SOAPElement convertToSoapElement(Element element) { method in class:HeaderImpl
H A DFaultImpl.java216 protected SOAPElement convertToSoapElement(Element element) { method in class:FaultImpl
H A DElementImpl.java303 return convertToSoapElement(newElement);
358 return convertToSoapElement(importedElement);
657 protected SOAPElement convertToSoapElement(Element element) { method in class:ElementImpl
1135 ((ElementImpl) element).convertToSoapElement(

Completed in 45 milliseconds