Searched refs:TXWResult (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DResultFactory.java61 if (result instanceof TXWResult)
62 return new TXWSerializer(((TXWResult)result).getWriter());
H A DTXWResult.java42 public class TXWResult implements Result { class in inherits:Result
47 public TXWResult(TypedXmlWriter writer) { method in class:TXWResult
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLGenerator.java35 import com.sun.xml.internal.txw2.output.TXWResult;
1027 result = new TXWResult(types);

Completed in 49 milliseconds