public class HTTPEndpointExtensionsImpl extends BaseComponentExtensionContext implements HTTPEndpointExtensions
Endpoint
component as part of the HTTP binding extension
defined by the WSDL 2.0 spec.errorReporter
Constructor and Description |
---|
HTTPEndpointExtensionsImpl(WSDLComponent parent,
URI extNamespace,
ErrorReporter errReporter) |
Modifier and Type | Method and Description |
---|---|
String |
getHttpAuthenticationRealm() |
HTTPAuthenticationScheme |
getHttpAuthenticationScheme() |
ExtensionProperty[] |
getProperties() |
ExtensionProperty |
getProperty(String propertyName) |
getNamespace, getParent, newExtensionProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNamespace, getParent
public HTTPEndpointExtensionsImpl(WSDLComponent parent, URI extNamespace, ErrorReporter errReporter)
public ExtensionProperty[] getProperties()
getProperties
in interface ComponentExtensionContext
getProperties
in class BaseComponentExtensionContext
ComponentExtensionContext.getProperties()
public ExtensionProperty getProperty(String propertyName)
getProperty
in interface ComponentExtensionContext
getProperty
in class BaseComponentExtensionContext
ComponentExtensionContext.getProperty(java.lang.String)
public HTTPAuthenticationScheme getHttpAuthenticationScheme()
getHttpAuthenticationScheme
in interface HTTPEndpointExtensions
public String getHttpAuthenticationRealm()
getHttpAuthenticationRealm
in interface HTTPEndpointExtensions
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.