|
|||||||||||
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 Binding
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. |
java.lang.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. |
java.net.URI |
getSoapMepDefault()
|
SOAPModule[] |
getSoapModules()
|
java.net.URI |
getSoapUnderlyingProtocol()
|
java.lang.String |
getSoapVersion()
|
java.lang.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. |
Methods inherited from interface org.apache.woden.wsdl20.extensions.ComponentExtensions |
getNamespace |
Method Detail |
public java.lang.String getSoapVersion()
public java.net.URI getSoapUnderlyingProtocol()
public java.net.URI getSoapMepDefault()
public SOAPModule[] getSoapModules()
public java.lang.String getHttpQueryParameterSeparatorDefault()
public java.lang.Boolean isHttpCookies()
public java.lang.String getHttpContentEncodingDefault()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |