org.apache.woden.wsdl20.extensions.soap
Interface SOAPEndpointExtensions

All Superinterfaces:
ComponentExtensions
All Known Implementing Classes:
SOAPEndpointExtensionsImpl

public interface SOAPEndpointExtensions
extends ComponentExtensions

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.

These include:

Author:
Arthur Ryman (ryman@ca.ibm.com, arthur.ryman@gmail.com)

Field Summary
 
Fields inherited from interface org.apache.woden.wsdl20.extensions.ComponentExtensions
URI_NS_EXTENSIONS, URI_NS_HTTP, URI_NS_RPC, URI_NS_SOAP
 
Method Summary
 java.lang.String getHttpAuthenticationRealm()
           
 HTTPAuthenticationScheme getHttpAuthenticationScheme()
           
 
Methods inherited from interface org.apache.woden.wsdl20.extensions.ComponentExtensions
getNamespace
 

Method Detail

getHttpAuthenticationScheme

public HTTPAuthenticationScheme getHttpAuthenticationScheme()

getHttpAuthenticationRealm

public java.lang.String getHttpAuthenticationRealm()


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.