public class SOAPBindingOperationExtensionsImpl extends BaseComponentExtensionContext implements SOAPBindingOperationExtensions
BindingOperation component as part
of the SOAP binding extension defined by the WSDL 2.0 spec.errorReporter| Constructor and Description |
|---|
SOAPBindingOperationExtensionsImpl(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.
|
HTTPLocation |
getHttpLocation()
If the SOAP version is "1.1" or "1.2" and the underlying protocol is HTTP, returns the
{http location} extension property represented by the
whttp:location extension attribute , otherwise null.
|
String |
getHttpQueryParameterSeparator()
If the SOAP version is "1.1" or "1.2" and the underlying protocol is HTTP, returns the
{http query parameter separator} extension property represented by the
whttp:queryParameterSeparator extension attribute , otherwise null.
|
ExtensionProperty[] |
getProperties() |
ExtensionProperty |
getProperty(String propertyName) |
URI |
getSoapAction()
Returns an object representing the {soap action} property, of type xs:anyURI.
|
URI |
getSoapMep()
Returns an object representing the {soap mep} property, of type xs:anyURI.
|
SOAPModule[] |
getSoapModules()
Returns an array representing the {soap modules} property, of type wsoap:module.
|
getNamespace, getParent, newExtensionPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamespace, getParentpublic SOAPBindingOperationExtensionsImpl(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 URI getSoapMep()
SOAPBindingOperationExtensionsgetSoapMep in interface SOAPBindingOperationExtensionspublic URI getSoapAction()
SOAPBindingOperationExtensionsgetSoapAction in interface SOAPBindingOperationExtensionspublic SOAPModule[] getSoapModules()
SOAPBindingOperationExtensionsgetSoapModules in interface SOAPBindingOperationExtensionspublic HTTPLocation getHttpLocation()
SOAPBindingOperationExtensionsgetHttpLocation in interface SOAPBindingOperationExtensionspublic String getHttpQueryParameterSeparator()
SOAPBindingOperationExtensionsgetHttpQueryParameterSeparator in interface SOAPBindingOperationExtensionspublic String getHttpContentEncodingDefault()
SOAPBindingOperationExtensionsgetHttpContentEncodingDefault in interface SOAPBindingOperationExtensionsCopyright © 2005–2019 Apache Software Foundation. All rights reserved.