org.apache.woden.wsdl20.extensions.http
Interface HTTPEndpointExtensions
- All Superinterfaces:
- ComponentExtensionContext
- All Known Implementing Classes:
- HTTPEndpointExtensionsImpl
public interface HTTPEndpointExtensions
- extends ComponentExtensionContext
Provides access to the extension properties of the Endpoint 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 authentication scheme |
org.apache.woden.wsdl20.extensions.http.HTTPAuthenticationScheme |
http authentication realm |
java.lang.String |
In addition to the getProperties
and getProperty
methods,
this interface defines accessor methods specific to each HTTP extension property.
- Author:
- Arthur Ryman (ryman@ca.ibm.com, arthur.ryman@gmail.com)
getHttpAuthenticationScheme
HTTPAuthenticationScheme getHttpAuthenticationScheme()
getHttpAuthenticationRealm
java.lang.String getHttpAuthenticationRealm()
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.