org.apache.woden.internal.wsdl20.extensions.soap
Class SOAPBindingFaultExtensionsImpl

java.lang.Object
  extended by org.apache.woden.wsdl20.extensions.BaseComponentExtensionContext
      extended by org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingFaultExtensionsImpl
All Implemented Interfaces:
ComponentExtensionContext, SOAPBindingFaultExtensions

public class SOAPBindingFaultExtensionsImpl
extends BaseComponentExtensionContext
implements SOAPBindingFaultExtensions

This class defines the properties from the SOAP namespace added to the WSDL BindingFault component as part of the SOAP binding extension defined by the WSDL 2.0 spec.

Author:
John Kaputin (jkaputin@apache.org)

Field Summary
 
Fields inherited from class org.apache.woden.wsdl20.extensions.BaseComponentExtensionContext
errorReporter
 
Constructor Summary
SOAPBindingFaultExtensionsImpl(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errReporter)
           
 
Method Summary
 java.lang.String getHttpContentEncoding()
           
 HTTPHeader[] getHttpHeaders()
           
 ExtensionProperty[] getProperties()
           
 ExtensionProperty getProperty(java.lang.String propertyName)
           
 SOAPFaultCode getSoapFaultCode()
          Returns an object representing the {soap fault code} property, which may contain either an xs:QName or the xs:token "#any".
 SOAPFaultSubcodes getSoapFaultSubcodes()
          Returns an object representing the {soap fault subcodes} property, which contains a List of xs:QName or the xs:token "#any".
 SOAPHeaderBlock[] getSoapHeaders()
           
 SOAPModule[] getSoapModules()
           
 
Methods inherited from class org.apache.woden.wsdl20.extensions.BaseComponentExtensionContext
getNamespace, getParent, newExtensionProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.woden.wsdl20.extensions.ComponentExtensionContext
getNamespace, getParent
 

Constructor Detail

SOAPBindingFaultExtensionsImpl

public SOAPBindingFaultExtensionsImpl(WSDLComponent parent,
                                      java.net.URI extNamespace,
                                      ErrorReporter errReporter)
Method Detail

getProperties

public ExtensionProperty[] getProperties()
Specified by:
getProperties in interface ComponentExtensionContext
Specified by:
getProperties in class BaseComponentExtensionContext
See Also:
ComponentExtensionContext.getProperties()

getProperty

public ExtensionProperty getProperty(java.lang.String propertyName)
Specified by:
getProperty in interface ComponentExtensionContext
Specified by:
getProperty in class BaseComponentExtensionContext
See Also:
ComponentExtensionContext.getProperty(java.lang.String)

getSoapFaultCode

public SOAPFaultCode getSoapFaultCode()
Description copied from interface: SOAPBindingFaultExtensions
Returns an object representing the {soap fault code} property, which may contain either an xs:QName or the xs:token "#any".

Specified by:
getSoapFaultCode in interface SOAPBindingFaultExtensions

getSoapFaultSubcodes

public SOAPFaultSubcodes getSoapFaultSubcodes()
Description copied from interface: SOAPBindingFaultExtensions
Returns an object representing the {soap fault subcodes} property, which contains a List of xs:QName or the xs:token "#any".

Specified by:
getSoapFaultSubcodes in interface SOAPBindingFaultExtensions

getSoapModules

public SOAPModule[] getSoapModules()
Specified by:
getSoapModules in interface SOAPBindingFaultExtensions

getSoapHeaders

public SOAPHeaderBlock[] getSoapHeaders()
Specified by:
getSoapHeaders in interface SOAPBindingFaultExtensions

getHttpContentEncoding

public java.lang.String getHttpContentEncoding()
Specified by:
getHttpContentEncoding in interface SOAPBindingFaultExtensions

getHttpHeaders

public HTTPHeader[] getHttpHeaders()
Specified by:
getHttpHeaders in interface SOAPBindingFaultExtensions


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