|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.wsdl.TExtensibilityElement
org.apache.cxf.wsdl.TExtensibilityElementImpl
org.apache.cxf.transports.http.configuration.HTTPClientPolicy
public class HTTPClientPolicy
Properties used to configure a client-side HTTP port
Java class for HTTPClientPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HTTPClientPolicy">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
<attribute name="Accept" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="AcceptEncoding" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="AcceptLanguage" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="AllowChunking" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="AutoRedirect" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="BrowserType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="CacheControl" type="{http://cxf.apache.org/transports/http/configuration}clientCacheControlType" />
<attribute name="Connection" type="{http://cxf.apache.org/transports/http/configuration}connectionType" default="Keep-Alive" />
<attribute name="ConnectionTimeout" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="30000" />
<attribute name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Cookie" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DecoupledEndpoint" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Host" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="MaxRetransmits" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
<attribute name="ProxyServer" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ProxyServerPort" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="ProxyServerType" type="{http://cxf.apache.org/transports/http/configuration}proxyServerType" default="HTTP" />
<attribute name="ReceiveTimeout" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="60000" />
<attribute name="Referer" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
accept
|
protected java.lang.String |
acceptEncoding
|
protected java.lang.String |
acceptLanguage
|
protected java.lang.Boolean |
allowChunking
|
protected java.lang.Boolean |
autoRedirect
|
protected java.lang.String |
browserType
|
protected ClientCacheControlType |
cacheControl
|
protected ConnectionType |
connection
|
protected java.lang.Long |
connectionTimeout
|
protected java.lang.String |
contentType
|
protected java.lang.String |
cookie
|
protected java.lang.String |
decoupledEndpoint
|
protected java.lang.String |
host
|
protected java.lang.Integer |
maxRetransmits
|
protected java.lang.String |
proxyServer
|
protected java.lang.Integer |
proxyServerPort
|
protected ProxyServerType |
proxyServerType
|
protected java.lang.Long |
receiveTimeout
|
protected java.lang.String |
referer
|
| Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement |
|---|
required |
| Constructor Summary | |
|---|---|
HTTPClientPolicy()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAccept()
Gets the value of the accept property. |
java.lang.String |
getAcceptEncoding()
Gets the value of the acceptEncoding property. |
java.lang.String |
getAcceptLanguage()
Gets the value of the acceptLanguage property. |
java.lang.String |
getBrowserType()
Gets the value of the browserType property. |
ClientCacheControlType |
getCacheControl()
Gets the value of the cacheControl property. |
ConnectionType |
getConnection()
Gets the value of the connection property. |
long |
getConnectionTimeout()
Gets the value of the connectionTimeout property. |
java.lang.String |
getContentType()
Gets the value of the contentType property. |
java.lang.String |
getCookie()
Gets the value of the cookie property. |
java.lang.String |
getDecoupledEndpoint()
Gets the value of the decoupledEndpoint property. |
java.lang.String |
getHost()
Gets the value of the host property. |
int |
getMaxRetransmits()
Gets the value of the maxRetransmits property. |
java.lang.String |
getProxyServer()
Gets the value of the proxyServer property. |
int |
getProxyServerPort()
Gets the value of the proxyServerPort property. |
ProxyServerType |
getProxyServerType()
Gets the value of the proxyServerType property. |
long |
getReceiveTimeout()
Gets the value of the receiveTimeout property. |
java.lang.String |
getReferer()
Gets the value of the referer property. |
boolean |
isAllowChunking()
Gets the value of the allowChunking property. |
boolean |
isAutoRedirect()
Gets the value of the autoRedirect property. |
boolean |
isSetAccept()
|
boolean |
isSetAcceptEncoding()
|
boolean |
isSetAcceptLanguage()
|
boolean |
isSetAllowChunking()
|
boolean |
isSetAutoRedirect()
|
boolean |
isSetBrowserType()
|
boolean |
isSetCacheControl()
|
boolean |
isSetConnection()
|
boolean |
isSetConnectionTimeout()
|
boolean |
isSetContentType()
|
boolean |
isSetCookie()
|
boolean |
isSetDecoupledEndpoint()
|
boolean |
isSetHost()
|
boolean |
isSetMaxRetransmits()
|
boolean |
isSetProxyServer()
|
boolean |
isSetProxyServerPort()
|
boolean |
isSetProxyServerType()
|
boolean |
isSetReceiveTimeout()
|
boolean |
isSetReferer()
|
void |
setAccept(java.lang.String value)
Sets the value of the accept property. |
void |
setAcceptEncoding(java.lang.String value)
Sets the value of the acceptEncoding property. |
void |
setAcceptLanguage(java.lang.String value)
Sets the value of the acceptLanguage property. |
void |
setAllowChunking(boolean value)
Sets the value of the allowChunking property. |
void |
setAutoRedirect(boolean value)
Sets the value of the autoRedirect property. |
void |
setBrowserType(java.lang.String value)
Sets the value of the browserType property. |
void |
setCacheControl(ClientCacheControlType value)
Sets the value of the cacheControl property. |
void |
setConnection(ConnectionType value)
Sets the value of the connection property. |
void |
setConnectionTimeout(long value)
Sets the value of the connectionTimeout property. |
void |
setContentType(java.lang.String value)
Sets the value of the contentType property. |
void |
setCookie(java.lang.String value)
Sets the value of the cookie property. |
void |
setDecoupledEndpoint(java.lang.String value)
Sets the value of the decoupledEndpoint property. |
void |
setHost(java.lang.String value)
Sets the value of the host property. |
void |
setMaxRetransmits(int value)
Sets the value of the maxRetransmits property. |
void |
setProxyServer(java.lang.String value)
Sets the value of the proxyServer property. |
void |
setProxyServerPort(int value)
Sets the value of the proxyServerPort property. |
void |
setProxyServerType(ProxyServerType value)
Sets the value of the proxyServerType property. |
void |
setReceiveTimeout(long value)
Sets the value of the receiveTimeout property. |
void |
setReferer(java.lang.String value)
Sets the value of the referer property. |
void |
unsetAllowChunking()
|
void |
unsetAutoRedirect()
|
void |
unsetConnectionTimeout()
|
void |
unsetMaxRetransmits()
|
void |
unsetProxyServerPort()
|
void |
unsetReceiveTimeout()
|
| Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElementImpl |
|---|
getElementType, getRequired, setElementType, setRequired |
| Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElement |
|---|
isRequired, isSetRequired, setRequired, unsetRequired |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String accept
protected java.lang.String acceptEncoding
protected java.lang.String acceptLanguage
protected java.lang.Boolean allowChunking
protected java.lang.Boolean autoRedirect
protected java.lang.String browserType
protected ClientCacheControlType cacheControl
protected ConnectionType connection
protected java.lang.Long connectionTimeout
protected java.lang.String contentType
protected java.lang.String cookie
protected java.lang.String decoupledEndpoint
protected java.lang.String host
protected java.lang.Integer maxRetransmits
protected java.lang.String proxyServer
protected java.lang.Integer proxyServerPort
protected ProxyServerType proxyServerType
protected java.lang.Long receiveTimeout
protected java.lang.String referer
| Constructor Detail |
|---|
public HTTPClientPolicy()
| Method Detail |
|---|
public java.lang.String getAccept()
Stringpublic void setAccept(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetAccept()
public java.lang.String getAcceptEncoding()
Stringpublic void setAcceptEncoding(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetAcceptEncoding()
public java.lang.String getAcceptLanguage()
Stringpublic void setAcceptLanguage(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetAcceptLanguage()
public boolean isAllowChunking()
Booleanpublic void setAllowChunking(boolean value)
value - allowed object is
Booleanpublic boolean isSetAllowChunking()
public void unsetAllowChunking()
public boolean isAutoRedirect()
Booleanpublic void setAutoRedirect(boolean value)
value - allowed object is
Booleanpublic boolean isSetAutoRedirect()
public void unsetAutoRedirect()
public java.lang.String getBrowserType()
Stringpublic void setBrowserType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetBrowserType()
public ClientCacheControlType getCacheControl()
ClientCacheControlTypepublic void setCacheControl(ClientCacheControlType value)
value - allowed object is
ClientCacheControlTypepublic boolean isSetCacheControl()
public ConnectionType getConnection()
ConnectionTypepublic void setConnection(ConnectionType value)
value - allowed object is
ConnectionTypepublic boolean isSetConnection()
public long getConnectionTimeout()
Longpublic void setConnectionTimeout(long value)
value - allowed object is
Longpublic boolean isSetConnectionTimeout()
public void unsetConnectionTimeout()
public java.lang.String getContentType()
Stringpublic void setContentType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetContentType()
public java.lang.String getCookie()
Stringpublic void setCookie(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCookie()
public java.lang.String getDecoupledEndpoint()
Stringpublic void setDecoupledEndpoint(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDecoupledEndpoint()
public java.lang.String getHost()
Stringpublic void setHost(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetHost()
public int getMaxRetransmits()
Integerpublic void setMaxRetransmits(int value)
value - allowed object is
Integerpublic boolean isSetMaxRetransmits()
public void unsetMaxRetransmits()
public java.lang.String getProxyServer()
Stringpublic void setProxyServer(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetProxyServer()
public int getProxyServerPort()
Integerpublic void setProxyServerPort(int value)
value - allowed object is
Integerpublic boolean isSetProxyServerPort()
public void unsetProxyServerPort()
public ProxyServerType getProxyServerType()
ProxyServerTypepublic void setProxyServerType(ProxyServerType value)
value - allowed object is
ProxyServerTypepublic boolean isSetProxyServerType()
public long getReceiveTimeout()
Longpublic void setReceiveTimeout(long value)
value - allowed object is
Longpublic boolean isSetReceiveTimeout()
public void unsetReceiveTimeout()
public java.lang.String getReferer()
Stringpublic void setReferer(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetReferer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||