org.jvnet.wom.impl.extension.wsdl11.soap
Class SOAPBindingImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPBindingImpl
public SOAPBindingImpl(javax.xml.namespace.QName name)
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.