|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.woden.wsdl20.extensions.BaseComponentExtensionContext
org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingOperationExtensionsImpl
public class SOAPBindingOperationExtensionsImpl
This class defines the properties from the SOAP namespace
added to the WSDL BindingOperation component as part
of the SOAP binding extension defined by the WSDL 2.0 spec.
| Field Summary |
|---|
| Fields inherited from class org.apache.woden.wsdl20.extensions.BaseComponentExtensionContext |
|---|
errorReporter |
| Constructor Summary | |
|---|---|
SOAPBindingOperationExtensionsImpl(WSDLComponent parent,
java.net.URI extNamespace,
ErrorReporter errReporter)
|
|
| Method Summary | |
|---|---|
java.lang.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. |
java.lang.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(java.lang.String propertyName)
|
java.net.URI |
getSoapAction()
Returns an object representing the {soap action} property, of type xs:anyURI. |
java.net.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. |
| 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 |
|---|
public SOAPBindingOperationExtensionsImpl(WSDLComponent parent,
java.net.URI extNamespace,
ErrorReporter errReporter)
| Method Detail |
|---|
public ExtensionProperty[] getProperties()
getProperties in interface ComponentExtensionContextgetProperties in class BaseComponentExtensionContextComponentExtensionContext.getProperties()public ExtensionProperty getProperty(java.lang.String propertyName)
getProperty in interface ComponentExtensionContextgetProperty in class BaseComponentExtensionContextComponentExtensionContext.getProperty(java.lang.String)public java.net.URI getSoapMep()
SOAPBindingOperationExtensions
getSoapMep in interface SOAPBindingOperationExtensionspublic java.net.URI getSoapAction()
SOAPBindingOperationExtensions
getSoapAction in interface SOAPBindingOperationExtensionspublic SOAPModule[] getSoapModules()
SOAPBindingOperationExtensions
getSoapModules in interface SOAPBindingOperationExtensionspublic HTTPLocation getHttpLocation()
SOAPBindingOperationExtensions
getHttpLocation in interface SOAPBindingOperationExtensionspublic java.lang.String getHttpQueryParameterSeparator()
SOAPBindingOperationExtensions
getHttpQueryParameterSeparator in interface SOAPBindingOperationExtensionspublic java.lang.String getHttpContentEncodingDefault()
SOAPBindingOperationExtensions
getHttpContentEncodingDefault in interface SOAPBindingOperationExtensions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||