public class SOAPBindingExtensionsImpl extends BaseComponentExtensionContext implements SOAPBindingExtensions
Binding
component as part
of the SOAP binding extension defined by the WSDL 2.0 spec.errorReporter
Constructor and Description |
---|
SOAPBindingExtensionsImpl(WSDLComponent parent,
URI extNamespace,
ErrorReporter errReporter) |
Modifier and Type | Method and Description |
---|---|
String |
getHttpContentEncodingDefault()
If the SOAP version is "1.1" or "1.2" and the underlying protocol is HTTP, returns the
{http content encoding default} extension property represented by the
whttp:contentEncodingDefault extension attribute , otherwise null.
|
String |
getHttpQueryParameterSeparatorDefault()
If the SOAP version is "1.1" or "1.2" and the underlying protocol is HTTP, returns the
{http query parameter separator default} extension property represented by the
whttp:queryParameterSeparatorDefault extension attribute , otherwise null.
|
ExtensionProperty[] |
getProperties() |
ExtensionProperty |
getProperty(String propertyName) |
URI |
getSoapMepDefault() |
SOAPModule[] |
getSoapModules() |
URI |
getSoapUnderlyingProtocol() |
String |
getSoapVersion() |
Boolean |
isHttpCookies()
If the SOAP version is "1.1" or "1.2" and the underlying protocol is HTTP, returns the
{http cookies} extension property represented by the
whttp:cookies extension attribute , otherwise null.
|
getNamespace, getParent, newExtensionProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNamespace, getParent
public SOAPBindingExtensionsImpl(WSDLComponent parent, URI extNamespace, ErrorReporter errReporter)
public ExtensionProperty[] getProperties()
getProperties
in interface ComponentExtensionContext
getProperties
in class BaseComponentExtensionContext
ComponentExtensionContext.getProperties()
public ExtensionProperty getProperty(String propertyName)
getProperty
in interface ComponentExtensionContext
getProperty
in class BaseComponentExtensionContext
ComponentExtensionContext.getProperty(java.lang.String)
public String getSoapVersion()
getSoapVersion
in interface SOAPBindingExtensions
public URI getSoapUnderlyingProtocol()
getSoapUnderlyingProtocol
in interface SOAPBindingExtensions
public URI getSoapMepDefault()
getSoapMepDefault
in interface SOAPBindingExtensions
public SOAPModule[] getSoapModules()
getSoapModules
in interface SOAPBindingExtensions
public String getHttpQueryParameterSeparatorDefault()
SOAPBindingExtensions
getHttpQueryParameterSeparatorDefault
in interface SOAPBindingExtensions
public Boolean isHttpCookies()
SOAPBindingExtensions
isHttpCookies
in interface SOAPBindingExtensions
public String getHttpContentEncodingDefault()
SOAPBindingExtensions
getHttpContentEncodingDefault
in interface SOAPBindingExtensions
Copyright © 2005–2014 Apache Software Foundation. All rights reserved.