org.apache.woden.internal.wsdl20.extensions.http
Class HTTPHeaderImpl
java.lang.Object
org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
- All Implemented Interfaces:
- AttributeExtensible, ElementExtensible, ExtensionElement, HTTPHeader, HTTPHeaderElement
public class HTTPHeaderImpl
- extends java.lang.Object
- implements HTTPHeader, HTTPHeaderElement
This class represents the HTTPHeader Component and the <whttp:header>
extension element that can appear within a Binding Fault or Binding Message
Reference.
- Author:
- John Kaputin (jkaputin@apache.org)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPHeaderImpl
public HTTPHeaderImpl()
getName
public java.lang.String getName()
- Specified by:
getName in interface HTTPHeader- Specified by:
getName in interface HTTPHeaderElement
getTypeDefinition
public TypeDefinition getTypeDefinition()
- Specified by:
getTypeDefinition in interface HTTPHeader
isRequired
public java.lang.Boolean isRequired()
- Specified by:
isRequired in interface ExtensionElement- Specified by:
isRequired in interface HTTPHeader
getParent
public WSDLComponent getParent()
- Specified by:
getParent in interface HTTPHeader
toElement
public HTTPHeaderElement toElement()
- Specified by:
toElement in interface HTTPHeader
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface HTTPHeaderElement
setTypeName
public void setTypeName(QName qname)
- Specified by:
setTypeName in interface HTTPHeaderElement
getTypeName
public QName getTypeName()
- Specified by:
getTypeName in interface HTTPHeaderElement
getType
public org.apache.ws.commons.schema.XmlSchemaType getType()
- Specified by:
getType in interface HTTPHeaderElement
setParentElement
public void setParentElement(WSDLElement wsdlEl)
- Specified by:
setParentElement in interface HTTPHeaderElement
getParentElement
public WSDLElement getParentElement()
- Specified by:
getParentElement in interface HTTPHeaderElement
addDocumentationElement
public void addDocumentationElement(DocumentationElement docEl)
- Specified by:
addDocumentationElement in interface HTTPHeaderElement
getDocumentationElements
public DocumentationElement[] getDocumentationElements()
- Specified by:
getDocumentationElements in interface HTTPHeaderElement
setExtensionType
public void setExtensionType(QName qname)
- Specified by:
setExtensionType in interface ExtensionElement
getExtensionType
public QName getExtensionType()
- Specified by:
getExtensionType in interface ExtensionElement
setRequired
public void setRequired(java.lang.Boolean required)
- Specified by:
setRequired in interface ExtensionElement
setExtensionAttribute
public void setExtensionAttribute(QName attrType,
XMLAttr attr)
- Specified by:
setExtensionAttribute in interface AttributeExtensible
getExtensionAttribute
public XMLAttr getExtensionAttribute(QName attrType)
- Specified by:
getExtensionAttribute in interface AttributeExtensible
getExtensionAttributesForNamespace
public XMLAttr[] getExtensionAttributesForNamespace(java.net.URI namespace)
- Specified by:
getExtensionAttributesForNamespace in interface AttributeExtensible
getExtensionAttributes
public XMLAttr[] getExtensionAttributes()
- Specified by:
getExtensionAttributes in interface AttributeExtensible
hasExtensionAttributesForNamespace
public boolean hasExtensionAttributesForNamespace(java.net.URI namespace)
- Specified by:
hasExtensionAttributesForNamespace in interface AttributeExtensible
addExtensionElement
public void addExtensionElement(ExtensionElement extEl)
- Specified by:
addExtensionElement in interface ElementExtensible
removeExtensionElement
public void removeExtensionElement(ExtensionElement extEl)
- Specified by:
removeExtensionElement in interface ElementExtensible
getExtensionElements
public ExtensionElement[] getExtensionElements()
- Specified by:
getExtensionElements in interface ElementExtensible
getExtensionElementsOfType
public ExtensionElement[] getExtensionElementsOfType(QName extType)
- Specified by:
getExtensionElementsOfType in interface ElementExtensible
hasExtensionElementsForNamespace
public boolean hasExtensionElementsForNamespace(java.net.URI namespace)
- Specified by:
hasExtensionElementsForNamespace in interface ElementExtensible
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.