org.jvnet.wom.api.binding.wsdl11.soap
Interface SOAPBinding
- All Superinterfaces:
- WSDLExtension
- All Known Implementing Classes:
- SOAPBindingImpl
public interface SOAPBinding
- extends WSDLExtension
- Author:
- Vivek Pandey
getStyle
SOAPBinding.Style getStyle()
- <soap:binding@style value. This tells whether the binding
is Document or Literal style.
- Returns:
- may be null
getTransport
java.lang.String getTransport()
- <soap:binding@transport value
- Returns:
- may be null
getSOAPVersion
SOAPVersion getSOAPVersion()
- Gives the SOAP version of the SOAP binding.
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.