Interface Definitions
-
- All Superinterfaces:
Documented,TypedXmlWriter
public interface Definitions extends TypedXmlWriter, Documented
- Author:
- WS Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Import_import()Bindingbinding()Messagemessage()Definitionsname(String value)PortTypeportType()Serviceservice()DefinitionstargetNamespace(String value)Typestypes()-
Methods inherited from interface com.sun.xml.ws.wsdl.writer.document.Documented
documentation
-
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
-
name
Definitions name(String value)
-
targetNamespace
Definitions targetNamespace(String value)
-
service
Service service()
-
binding
Binding binding()
-
portType
PortType portType()
-
message
Message message()
-
types
Types types()
-
_import
Import _import()
-
-