org.apache.woden.wsdl20.extensions.http
Interface HTTPEndpointExtensions
- All Superinterfaces:
- ComponentExtensions
- All Known Implementing Classes:
- HTTPEndpointExtensionsImpl
- public interface HTTPEndpointExtensions
- extends ComponentExtensions
This interface represents the properties from the HTTP namespace added to the
WSDL 2.0 Endpoint
component as part of the HTTP binding
extension.
These include:
- {http authentication scheme}
- {http authentication realm}
- Author:
- Arthur Ryman (ryman@ca.ibm.com, arthur.ryman@gmail.com)
getHttpAuthenticationScheme
public HTTPAuthenticationScheme getHttpAuthenticationScheme()
getHttpAuthenticationRealm
public java.lang.String getHttpAuthenticationRealm()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.