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)
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.