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


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
 String getName()
           
 WSDLComponent getParent()
           
 TypeDefinition getTypeDefinition()
           
 Boolean isRequired()
           
 HTTPHeaderElement toElement()
           
 

Method Detail

getName

String getName()

getTypeDefinition

TypeDefinition getTypeDefinition()

isRequired

Boolean isRequired()

getParent

WSDLComponent getParent()

toElement

HTTPHeaderElement toElement()


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