public interface SOAPBindingFaultReferenceExtensions extends ComponentExtensionContext
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.
Modifier and Type | Method and Description |
---|---|
SOAPModule[] |
getSoapModules() |
getNamespace, getParent, getProperties, getProperty
SOAPModule[] getSoapModules()
Copyright © 2005–2016 Apache Software Foundation. All rights reserved.