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, newExtensionPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamespace, getParentpublic SOAPBindingExtensionsImpl(WSDLComponent parent, URI extNamespace, ErrorReporter errReporter)
public ExtensionProperty[] getProperties()
getProperties in interface ComponentExtensionContextgetProperties in class BaseComponentExtensionContextComponentExtensionContext.getProperties()public ExtensionProperty getProperty(String propertyName)
getProperty in interface ComponentExtensionContextgetProperty in class BaseComponentExtensionContextComponentExtensionContext.getProperty(java.lang.String)public String getSoapVersion()
getSoapVersion in interface SOAPBindingExtensionspublic URI getSoapUnderlyingProtocol()
getSoapUnderlyingProtocol in interface SOAPBindingExtensionspublic URI getSoapMepDefault()
getSoapMepDefault in interface SOAPBindingExtensionspublic SOAPModule[] getSoapModules()
getSoapModules in interface SOAPBindingExtensionspublic String getHttpQueryParameterSeparatorDefault()
SOAPBindingExtensionsgetHttpQueryParameterSeparatorDefault in interface SOAPBindingExtensionspublic Boolean isHttpCookies()
SOAPBindingExtensionsisHttpCookies in interface SOAPBindingExtensionspublic String getHttpContentEncodingDefault()
SOAPBindingExtensionsgetHttpContentEncodingDefault in interface SOAPBindingExtensionsCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.