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
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.