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

All Known Implementing Classes:
HTTPHeaderImpl

public interface HTTPHeader

This interface represents the HTTPHeader Component that can appear in the optional {http headers} property of the WSDL 2.0 components BindingFault and BindingMessageReference.

Author:
John Kaputin (jkaputin@apache.org)

Method Summary
 java.lang.String getName()
           
 WSDLComponent getParent()
           
 TypeDefinition getTypeDefinition()
           
 java.lang.Boolean isRequired()
           
 HTTPHeaderElement toElement()
           
 

Method Detail

getName

public java.lang.String getName()

getTypeDefinition

public TypeDefinition getTypeDefinition()

isRequired

public java.lang.Boolean isRequired()

getParent

public WSDLComponent getParent()

toElement

public HTTPHeaderElement toElement()


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