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
ElementDeclaration getElementDeclaration()
mustUnderstand
java.lang.Boolean mustUnderstand()
isRequired
java.lang.Boolean isRequired()
getParent
WSDLComponent getParent()
toElement
SOAPHeaderBlockElement toElement()
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.