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, newExtensionPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamespace, getParentpublic SOAPEndpointExtensionsImpl(WSDLComponent parent, URI extNamespace, ErrorReporter errReporter)
public ExtensionProperty[] getProperties()
getProperties in interface ComponentExtensionContextgetProperties in class BaseComponentExtensionContextComponentExtensionContext.getProperties()public ExtensionProperty getProperty(String propertyName)
getProperty in interface ComponentExtensionContextgetProperty in class BaseComponentExtensionContextComponentExtensionContext.getProperty(java.lang.String)public HTTPAuthenticationScheme getHttpAuthenticationScheme()
SOAPEndpointExtensionsgetHttpAuthenticationScheme in interface SOAPEndpointExtensionspublic String getHttpAuthenticationRealm()
SOAPEndpointExtensionsgetHttpAuthenticationRealm in interface SOAPEndpointExtensionsCopyright © 2005–2019 Apache Software Foundation. All rights reserved.