org.apache.woden.wsdl20.extensions.http
Interface HTTPHeaderElement

All Superinterfaces:
AttributeExtensible, ElementExtensible, ExtensionElement
All Known Implementing Classes:
HTTPHeaderImpl

public interface HTTPHeaderElement
extends ExtensionElement, AttributeExtensible, ElementExtensible

This interface represents the <whttp:header> extension element that can appear within a Binding Fault or Binding Message Reference.

Author:
John Kaputin (jkaputin@apache.org)

Method Summary
 void addDocumentationElement(DocumentationElement docEl)
           
 DocumentationElement[] getDocumentationElements()
           
 java.lang.String getName()
           
 WSDLElement getParentElement()
           
 org.apache.ws.commons.schema.XmlSchemaType getType()
           
 QName getTypeName()
           
 void setName(java.lang.String name)
           
 void setParentElement(WSDLElement wsdlEl)
           
 void setTypeName(QName qname)
           
 
Methods inherited from interface org.apache.woden.wsdl20.extensions.ExtensionElement
getExtensionType, isRequired, setExtensionType, setRequired
 
Methods inherited from interface org.apache.woden.wsdl20.extensions.AttributeExtensible
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute
 
Methods inherited from interface org.apache.woden.wsdl20.extensions.ElementExtensible
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement
 

Method Detail

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

setTypeName

public void setTypeName(QName qname)

getTypeName

public QName getTypeName()

getType

public org.apache.ws.commons.schema.XmlSchemaType getType()

setParentElement

public void setParentElement(WSDLElement wsdlEl)

getParentElement

public WSDLElement getParentElement()

addDocumentationElement

public void addDocumentationElement(DocumentationElement docEl)

getDocumentationElements

public DocumentationElement[] getDocumentationElements()


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