com.ebmwebsourcing.commons.wsdl.api.binding.wsdl20.soap
Interface SOAPHeader

All Superinterfaces:
java.io.Serializable, WSDLElement
All Known Implementing Classes:
SOAPHeaderImpl

public interface SOAPHeader
extends WSDLElement

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 javax.xml.namespace.QName getElement()
           
 boolean isMustUnderstand()
           
 boolean isRequired()
           
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation
 

Method Detail

getElement

javax.xml.namespace.QName getElement()

isRequired

boolean isRequired()

isMustUnderstand

boolean isMustUnderstand()


Copyright © 2008 eBM WebSourcing. All Rights Reserved.