org.apache.woden.wsdl20.extensions.http
Interface HTTPBindingMessageReferenceExtensions
- All Superinterfaces:
- ComponentExtensions
- All Known Implementing Classes:
- HTTPBindingMessageReferenceExtensionsImpl
- public interface HTTPBindingMessageReferenceExtensions
- extends ComponentExtensions
This interface represents the properties from the HTTP namespace
added to the WSDL 2.0 BindingMessageReference
component as part
of the HTTP binding extension.
These include:
- {http content encoding}
- {http headers}
- Author:
- John Kaputin (jkaputin@apache.org)
getHttpContentEncoding
public java.lang.String getHttpContentEncoding()
- Returns:
- String the {http content encoding} property, represented by the whttp:contentEncoding extension attribute
getHttpHeaders
public HTTPHeader[] getHttpHeaders()
- Returns:
- HTTPHeader[] the {http headers} property, represented by an array of
HTTPHeader extension components, which map to whttp:header elements.
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.