org.ow2.easywsdl.wsdl.impl.wsdl20.binding.soap
Class SOAPHeaderImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<Header>
              extended by org.ow2.easywsdl.wsdl.impl.wsdl20.binding.soap.SOAPHeaderImpl
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, SOAPHeader, WSDLElement

public class SOAPHeaderImpl
extends AbstractWSDLElementImpl<Header>
implements SOAPHeader

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
SOAPHeaderImpl(Header h, AbstractWSDLElementImpl parent)
           
 
Method Summary
 javax.xml.namespace.QName getElement()
           
 boolean isMustUnderstand()
           
 boolean isRequired()
           
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
addOtherElements, createDocumentation, getDocumentation, getModel, getOtherAttributes, getOtherElements, setDocumentation, toString
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getParent, getSchema, getTopParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

SOAPHeaderImpl

public SOAPHeaderImpl(Header h,
                      AbstractWSDLElementImpl parent)
Method Detail

getElement

public javax.xml.namespace.QName getElement()
Specified by:
getElement in interface SOAPHeader

isRequired

public boolean isRequired()
Specified by:
isRequired in interface SOAPHeader

isMustUnderstand

public boolean isMustUnderstand()
Specified by:
isMustUnderstand in interface SOAPHeader


Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.