org.apache.woden.internal.wsdl20.extensions.soap
Class SOAPEndpointExtensionsImpl
java.lang.Object
org.apache.woden.wsdl20.extensions.BaseComponentExtensionContext
org.apache.woden.internal.wsdl20.extensions.soap.SOAPEndpointExtensionsImpl
- All Implemented Interfaces:
- ComponentExtensionContext, SOAPEndpointExtensions
public class SOAPEndpointExtensionsImpl
- extends BaseComponentExtensionContext
- implements SOAPEndpointExtensions
This interface represents the properties from the HTTP namespace added to the
WSDL 2.0 Endpoint component when the binding type is SOAP and the
underlying protocol is HTTP.
- 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 |
SOAPEndpointExtensionsImpl
public SOAPEndpointExtensionsImpl(WSDLComponent parent,
java.net.URI extNamespace,
ErrorReporter errReporter)
getProperties
public ExtensionProperty[] getProperties()
- Specified by:
getProperties in interface ComponentExtensionContext- Specified by:
getProperties in class BaseComponentExtensionContext
getProperty
public ExtensionProperty getProperty(java.lang.String propertyName)
- Specified by:
getProperty in interface ComponentExtensionContext- Specified by:
getProperty in class BaseComponentExtensionContext
getHttpAuthenticationScheme
public HTTPAuthenticationScheme getHttpAuthenticationScheme()
- Specified by:
getHttpAuthenticationScheme in interface SOAPEndpointExtensions
getHttpAuthenticationRealm
public java.lang.String getHttpAuthenticationRealm()
- Specified by:
getHttpAuthenticationRealm in interface SOAPEndpointExtensions
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.