org.apache.woden.internal.wsdl20.extensions.http
Class HTTPEndpointExtensionsImpl
java.lang.Object
org.apache.woden.wsdl20.extensions.BaseComponentExtensionContext
org.apache.woden.internal.wsdl20.extensions.http.HTTPEndpointExtensionsImpl
- All Implemented Interfaces:
- ComponentExtensionContext, HTTPEndpointExtensions
public class HTTPEndpointExtensionsImpl
- extends BaseComponentExtensionContext
- implements HTTPEndpointExtensions
This class defines the properties from the HTTP namespace added to the WSDL
Endpoint
component as part of the HTTP binding extension
defined by the WSDL 2.0 spec.
- Author:
- Arthur Ryman (ryman@ca.ibm.com, arthur.ryman@gmail.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPEndpointExtensionsImpl
public HTTPEndpointExtensionsImpl(WSDLComponent parent,
java.net.URI extNamespace,
ErrorReporter errReporter)
getProperties
public ExtensionProperty[] getProperties()
- Specified by:
getProperties
in interface ComponentExtensionContext
- Specified by:
getProperties
in class BaseComponentExtensionContext
- See Also:
ComponentExtensionContext.getProperties()
getProperty
public ExtensionProperty getProperty(java.lang.String propertyName)
- Specified by:
getProperty
in interface ComponentExtensionContext
- Specified by:
getProperty
in class BaseComponentExtensionContext
- See Also:
ComponentExtensionContext.getProperty(java.lang.String)
getHttpAuthenticationScheme
public HTTPAuthenticationScheme getHttpAuthenticationScheme()
- Specified by:
getHttpAuthenticationScheme
in interface HTTPEndpointExtensions
getHttpAuthenticationRealm
public java.lang.String getHttpAuthenticationRealm()
- Specified by:
getHttpAuthenticationRealm
in interface HTTPEndpointExtensions
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.