org.ow2.easywsdl.wsdl.api.binding.wsdl20.http
Interface HTTPHeader

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, WSDLElement, org.ow2.easywsdl.xml.api.XMLElement
All Known Implementing Classes:
HTTPHeaderImpl

public interface HTTPHeader
extends WSDLElement

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 java.lang.String getName()
           
 javax.xml.namespace.QName getType()
           
 boolean isRequired()
           
 
Methods inherited from interface org.ow2.easywsdl.xml.api.XMLElement
getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

isRequired

boolean isRequired()

getName

java.lang.String getName()

getType

javax.xml.namespace.QName getType()


Copyright © 2008 eBM WebSourcing. All Rights Reserved.