com.sun.xml.ws.wsdl.writer.document
Interface Binding

All Superinterfaces:
Documented, StartWithExtensionsType, com.sun.xml.txw2.TypedXmlWriter

public interface Binding
extends com.sun.xml.txw2.TypedXmlWriter, StartWithExtensionsType


Method Summary
 Binding name(java.lang.String value)
           
 BindingOperationType operation()
           
 SOAPBinding soap12Binding()
           
 SOAPBinding soapBinding()
           
 Binding type(javax.xml.namespace.QName value)
           
 
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

type

Binding type(javax.xml.namespace.QName value)

name

Binding name(java.lang.String value)

operation

BindingOperationType operation()

soapBinding

SOAPBinding soapBinding()

soap12Binding

SOAPBinding soap12Binding()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.