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


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()
           
 URI getRef()
           
 Boolean isRequired()
           
 SOAPModuleElement toElement()
           
 

Method Detail

getRef

URI getRef()

isRequired

Boolean isRequired()

getParent

WSDLComponent getParent()

toElement

SOAPModuleElement toElement()


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