org.apache.woden.wsdl20.extensions.http
Interface HTTPBindingFaultExtensions
- All Superinterfaces:
- ComponentExtensions
- All Known Implementing Classes:
- HTTPBindingFaultExtensionsImpl
- public interface HTTPBindingFaultExtensions
- extends ComponentExtensions
This interface represents the properties from the HTTP namespace
added to the WSDL 2.0 BindingFault
component as part
of the HTTP binding extension.
These include:
- {http error status code}
- {http content encoding}
- {http headers}
- Author:
- John Kaputin (jkaputin@apache.org)
getHttpErrorStatusCode
public HTTPErrorStatusCode getHttpErrorStatusCode()
getHttpContentEncoding
public java.lang.String getHttpContentEncoding()
getHttpHeaders
public HTTPHeader[] getHttpHeaders()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.