|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the properties from the SOAP namespace
added to the WSDL 2.0 BindingOperation
component as part
of the SOAP binding extension.
These include:
These include:
Field Summary |
Fields inherited from interface org.apache.woden.wsdl20.extensions.ComponentExtensions |
URI_NS_EXTENSIONS, URI_NS_HTTP, URI_NS_RPC, URI_NS_SOAP |
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. |
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 interface org.apache.woden.wsdl20.extensions.ComponentExtensions |
getNamespace |
Method Detail |
public java.net.URI getSoapMep()
public java.net.URI getSoapAction()
public SOAPModule[] getSoapModules()
public HTTPLocation getHttpLocation()
public java.lang.String getHttpQueryParameterSeparator()
public java.lang.String getHttpContentEncodingDefault()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |