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.schema.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.schema.api.XMLElement
addOtherElements, 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-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.