org.apache.woden.wsdl20.extensions.http
Interface HTTPBindingFaultExtensions
- All Superinterfaces:
- ComponentExtensionContext
public interface HTTPBindingFaultExtensions
- extends ComponentExtensionContext
Provides access to the extension properties of the Binding Fault component
that are in the http://www.w3.org/ns/wsdl/http namespace.
These extension properties can be accessed as ExtensionProperty objects
via the getProperties and getProperty methods
using the property names and Java types shown in the following table.
| Property name |
Java type |
| http error status code |
org.apache.woden.wsdl20.extensions.http.HTTPErrorStatusCode |
| http content encoding |
java.lang.String |
| http headers |
org.apache.woden.wsdl20.extensions.http.HTTPHeader[] |
In addition to the getProperties and getProperty methods,
this interface defines accessor methods specific to each HTTP extension property.
- Author:
- John Kaputin (jkaputin@apache.org)
getHttpErrorStatusCode
HTTPErrorStatusCode getHttpErrorStatusCode()
getHttpContentEncoding
java.lang.String getHttpContentEncoding()
getHttpHeaders
HTTPHeader[] getHttpHeaders()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.