public interface HTTPBindingExtensions extends ComponentExtensionContext
http://www.w3.org/ns/wsdl/http
namespace.
These extension properties can be accessed as ExtensionProperty
objects
via the getProperties
and getProperty
methods
using the property names and Java types shown in the following table.
Property name | Java type |
---|---|
http method default | java.lang.String |
http query parameter separator default | java.lang.String |
http cookies | java.lang.Boolean |
http content encoding default | java.lang.String |
In addition to the getProperties
and getProperty
methods,
this interface defines accessor methods specific to each HTTP extension property.
Modifier and Type | Method and Description |
---|---|
String |
getHttpContentEncodingDefault() |
String |
getHttpMethodDefault() |
String |
getHttpQueryParameterSeparatorDefault() |
Boolean |
isHttpCookies() |
getNamespace, getParent, getProperties, getProperty
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.