com.ebmwebsourcing.commons.wsdl.api.binding.wsdl20.http
Interface HTTPHeader

All Superinterfaces:
java.io.Serializable, WSDLElement
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 com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation
 

Method Detail

isRequired

boolean isRequired()

getName

java.lang.String getName()

getType

javax.xml.namespace.QName getType()


Copyright © 2008 eBM WebSourcing. All Rights Reserved.