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

All Known Implementing Classes:
SOAPHeaderBlockImpl

public interface SOAPHeaderBlock

This interface represents the SOAPHeaderBlock Component that can appear in the optional {soap headers} property of the WSDL 2.0 components BindingFault and BindingMessageReference.

Author:
jkaputin@apache.org

Method Summary
 ElementDeclaration getElementDeclaration()
           
 WSDLComponent getParent()
           
 java.lang.Boolean isRequired()
           
 java.lang.Boolean mustUnderstand()
           
 SOAPHeaderBlockElement toElement()
           
 

Method Detail

getElementDeclaration

public ElementDeclaration getElementDeclaration()

mustUnderstand

public java.lang.Boolean mustUnderstand()

isRequired

public java.lang.Boolean isRequired()

getParent

public WSDLComponent getParent()

toElement

public SOAPHeaderBlockElement toElement()


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