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

All Superinterfaces:
ComponentExtensionContext
All Known Implementing Classes:
SOAPBindingFaultReferenceExtensionsImpl

public interface SOAPBindingFaultReferenceExtensions
extends ComponentExtensionContext

Provides access to the extension properties of the Binding Fault Reference component that are in the http://www.w3.org/ns/wsdl/soap namespace. These extension properties can be accessed as ExtensionProperty objects via the getProperties and getProperty methods using the property names and Java types shown in the following table.

Property name Java type
soap modules org.apache.woden.wsdl20.extensions.soap.SOAPModule[]

In addition to the getProperties and getProperty methods, this interface defines accessor methods specific to each SOAP extension property.

Author:
John Kaputin (jkaputin@apache.org)

Method Summary
 SOAPModule[] getSoapModules()
           
 
Methods inherited from interface org.apache.woden.wsdl20.extensions.ComponentExtensionContext
getNamespace, getParent, getProperties, getProperty
 

Method Detail

getSoapModules

SOAPModule[] getSoapModules()


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