org.apache.woden.wsdl20.extensions.soap
Interface SOAPModule

All Known Implementing Classes:
SOAPModuleImpl

public interface SOAPModule

This interface represents the SOAPModule Component that can appear in the optional {soap modules} property of the WSDL 2.0 components Binding, BindingFault, BindingOperation, BindingFaultReference or BindingMessageReference.

Author:
jkaputin@apache.org

Method Summary
 WSDLComponent getParent()
           
 java.net.URI getRef()
           
 java.lang.Boolean isRequired()
           
 SOAPModuleElement toElement()
           
 

Method Detail

getRef

public java.net.URI getRef()

isRequired

public java.lang.Boolean isRequired()

getParent

public WSDLComponent getParent()

toElement

public SOAPModuleElement toElement()


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.