org.jvnet.wom.impl.extension.wsdl11.soap
Class SOAPBindingImpl

java.lang.Object
  extended by org.jvnet.wom.impl.extension.wsdl11.soap.SOAPBindingImpl
All Implemented Interfaces:
SOAPBinding, WSDLExtension

public class SOAPBindingImpl
extends java.lang.Object
implements SOAPBinding

Author:
Vivek Pandey

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.wom.api.binding.wsdl11.soap.SOAPBinding
SOAPBinding.Style
 
Constructor Summary
SOAPBindingImpl(javax.xml.namespace.QName name)
           
 
Method Summary
 javax.xml.namespace.QName getName()
          Gets the qualified name of the WSDL extensibility element or attribute.
 SOAPVersion getSOAPVersion()
          Gives the SOAP version of the SOAP binding.
 SOAPBinding.Style getStyle()
          <soap:binding@style value.
 java.lang.String getTransport()
          <soap:binding@transport value
 void setStyle(SOAPBinding.Style style)
           
 void setTransport(java.lang.String transport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPBindingImpl

public SOAPBindingImpl(javax.xml.namespace.QName name)
Method Detail

getName

public javax.xml.namespace.QName getName()
Description copied from interface: WSDLExtension
Gets the qualified name of the WSDL extensibility element or attribute.

Specified by:
getName in interface WSDLExtension
Returns:
must not be null.

getStyle

public SOAPBinding.Style getStyle()
Description copied from interface: SOAPBinding
<soap:binding@style value. This tells whether the binding is Document or Literal style.

Specified by:
getStyle in interface SOAPBinding
Returns:
may be null

getTransport

public java.lang.String getTransport()
Description copied from interface: SOAPBinding
<soap:binding@transport value

Specified by:
getTransport in interface SOAPBinding
Returns:
may be null

getSOAPVersion

public SOAPVersion getSOAPVersion()
Description copied from interface: SOAPBinding
Gives the SOAP version of the SOAP binding.

Specified by:
getSOAPVersion in interface SOAPBinding

setTransport

public void setTransport(java.lang.String transport)

setStyle

public void setStyle(SOAPBinding.Style style)


Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.