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


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()
           
 Boolean isRequired()
           
 Boolean mustUnderstand()
           
 SOAPHeaderBlockElement toElement()
           
 

Method Detail

getElementDeclaration

ElementDeclaration getElementDeclaration()

mustUnderstand

Boolean mustUnderstand()

isRequired

Boolean isRequired()

getParent

WSDLComponent getParent()

toElement

SOAPHeaderBlockElement toElement()


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