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

Nested Class Summary
static class SOAPBinding.Style
           
 
Method Summary
 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
 
Methods inherited from interface org.jvnet.wom.api.WSDLExtension
getName
 

Method Detail

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.