com.sun.tools.ws.wscompile
Interface WsgenTool.ReportOutput.Report

All Superinterfaces:
com.sun.xml.txw2.TypedXmlWriter
Enclosing class:
WsgenTool.ReportOutput

static interface WsgenTool.ReportOutput.Report
extends com.sun.xml.txw2.TypedXmlWriter


Method Summary
 void implClass(String name)
          Name of the class that has WebService.
 WsgenTool.ReportOutput.QualifiedName port()
           
 WsgenTool.ReportOutput.QualifiedName portType()
           
 WsgenTool.ReportOutput.Schema schema()
           
 WsgenTool.ReportOutput.QualifiedName service()
           
 void wsdl(String file)
           
 
Methods inherited from interface com.sun.xml.txw2.TypedXmlWriter
_attribute, _attribute, _attribute, _cast, _cdata, _comment, _element, _element, _element, _element, _namespace, _namespace, _namespace, _pcdata, block, commit, commit, getDocument
 

Method Detail

wsdl

void wsdl(String file)

portType

WsgenTool.ReportOutput.QualifiedName portType()

service

WsgenTool.ReportOutput.QualifiedName service()

port

WsgenTool.ReportOutput.QualifiedName port()

implClass

void implClass(String name)
Name of the class that has WebService.


schema

WsgenTool.ReportOutput.Schema schema()