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, newExtensionProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNamespace, getParent
public SOAPBindingOperationExtensionsImpl(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 URI getSoapMep()
SOAPBindingOperationExtensions
getSoapMep
in interface SOAPBindingOperationExtensions
public URI getSoapAction()
SOAPBindingOperationExtensions
getSoapAction
in interface SOAPBindingOperationExtensions
public SOAPModule[] getSoapModules()
SOAPBindingOperationExtensions
getSoapModules
in interface SOAPBindingOperationExtensions
public HTTPLocation getHttpLocation()
SOAPBindingOperationExtensions
getHttpLocation
in interface SOAPBindingOperationExtensions
public String getHttpQueryParameterSeparator()
SOAPBindingOperationExtensions
getHttpQueryParameterSeparator
in interface SOAPBindingOperationExtensions
public String getHttpContentEncodingDefault()
SOAPBindingOperationExtensions
getHttpContentEncodingDefault
in interface SOAPBindingOperationExtensions
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.