public class SOAPEndpointExtensionsImpl extends BaseComponentExtensionContext implements SOAPEndpointExtensions
Endpoint
component when the binding type is SOAP and the
underlying protocol is HTTP.errorReporter
Constructor and Description |
---|
SOAPEndpointExtensionsImpl(WSDLComponent parent,
URI extNamespace,
ErrorReporter errReporter) |
Modifier and Type | Method and Description |
---|---|
String |
getHttpAuthenticationRealm()
If the SOAP binding specifies HTTP as the underlying protocol, the
{http authentication realm} property is added to the Endpoint component
and it will be returned by this method.
|
HTTPAuthenticationScheme |
getHttpAuthenticationScheme()
If the SOAP binding specifies HTTP as the underlying protocol, the
{http authentication scheme} property is added to the Endpoint component
and it will be returned by this method.
|
ExtensionProperty[] |
getProperties() |
ExtensionProperty |
getProperty(String propertyName) |
getNamespace, getParent, newExtensionProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNamespace, getParent
public SOAPEndpointExtensionsImpl(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()
SOAPEndpointExtensions
getHttpAuthenticationScheme
in interface SOAPEndpointExtensions
public String getHttpAuthenticationRealm()
SOAPEndpointExtensions
getHttpAuthenticationRealm
in interface SOAPEndpointExtensions
Copyright © 2005–2014 Apache Software Foundation. All rights reserved.