|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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="ConnectionTimeout" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedUInt" default="30000" /> <attribute name="ReceiveTimeout" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedUInt" default="60000" /> <attribute name="AsyncExecuteTimeout" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedUInt" default="5000" /> <attribute name="AsyncExecuteTimeoutRejection" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" default="false" /> <attribute name="AutoRedirect" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" default="false" /> <attribute name="MaxRetransmits" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" default="-1" /> <attribute name="AllowChunking" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" default="true" /> <attribute name="ChunkingThreshold" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" default="4096" /> <attribute name="Accept" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="AcceptLanguage" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="AcceptEncoding" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Host" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Connection" type="{http://cxf.apache.org/transports/http/configuration}connectionType" default="Keep-Alive" /> <attribute name="CacheControl" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Cookie" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="BrowserType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Referer" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DecoupledEndpoint" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ProxyServer" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ProxyServerPort" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" /> <attribute name="NonProxyHosts" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ProxyServerType" type="{http://cxf.apache.org/transports/http/configuration}proxyServerType" default="HTTP" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
accept
|
protected String |
acceptEncoding
|
protected String |
acceptLanguage
|
protected Boolean |
allowChunking
|
protected Long |
asyncExecuteTimeout
|
protected Boolean |
asyncExecuteTimeoutRejection
|
protected Boolean |
autoRedirect
|
protected String |
browserType
|
protected String |
cacheControl
|
protected Integer |
chunkingThreshold
|
protected ConnectionType |
connection
|
protected Long |
connectionTimeout
|
protected String |
contentType
|
protected String |
cookie
|
protected String |
decoupledEndpoint
|
protected String |
host
|
protected Integer |
maxRetransmits
|
protected String |
nonProxyHosts
|
protected PropertyChangeSupport |
propertyListener
|
protected String |
proxyServer
|
protected Integer |
proxyServerPort
|
protected ProxyServerType |
proxyServerType
|
protected Long |
receiveTimeout
|
protected String |
referer
|
Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement |
---|
required |
Constructor Summary | |
---|---|
HTTPClientPolicy()
|
Method Summary | |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
|
String |
getAccept()
Gets the value of the accept property. |
String |
getAcceptEncoding()
Gets the value of the acceptEncoding property. |
String |
getAcceptLanguage()
Gets the value of the acceptLanguage property. |
long |
getAsyncExecuteTimeout()
Gets the value of the asyncExecuteTimeout property. |
String |
getBrowserType()
Gets the value of the browserType property. |
String |
getCacheControl()
Gets the value of the cacheControl property. |
int |
getChunkingThreshold()
Gets the value of the chunkingThreshold property. |
ConnectionType |
getConnection()
Gets the value of the connection property. |
long |
getConnectionTimeout()
Gets the value of the connectionTimeout property. |
String |
getContentType()
Gets the value of the contentType property. |
String |
getCookie()
Gets the value of the cookie property. |
String |
getDecoupledEndpoint()
Gets the value of the decoupledEndpoint property. |
String |
getHost()
Gets the value of the host property. |
int |
getMaxRetransmits()
Gets the value of the maxRetransmits property. |
String |
getNonProxyHosts()
Gets the value of the nonProxyHosts property. |
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. |
String |
getReferer()
Gets the value of the referer property. |
boolean |
isAllowChunking()
Gets the value of the allowChunking property. |
boolean |
isAsyncExecuteTimeoutRejection()
Gets the value of the asyncExecuteTimeoutRejection property. |
boolean |
isAutoRedirect()
Gets the value of the autoRedirect property. |
boolean |
isSetAccept()
|
boolean |
isSetAcceptEncoding()
|
boolean |
isSetAcceptLanguage()
|
boolean |
isSetAllowChunking()
|
boolean |
isSetAsyncExecuteTimeout()
|
boolean |
isSetAsyncExecuteTimeoutRejection()
|
boolean |
isSetAutoRedirect()
|
boolean |
isSetBrowserType()
|
boolean |
isSetCacheControl()
|
boolean |
isSetChunkingThreshold()
|
boolean |
isSetConnection()
|
boolean |
isSetConnectionTimeout()
|
boolean |
isSetContentType()
|
boolean |
isSetCookie()
|
boolean |
isSetDecoupledEndpoint()
|
boolean |
isSetHost()
|
boolean |
isSetMaxRetransmits()
|
boolean |
isSetNonProxyHosts()
|
boolean |
isSetProxyServer()
|
boolean |
isSetProxyServerPort()
|
boolean |
isSetProxyServerType()
|
boolean |
isSetReceiveTimeout()
|
boolean |
isSetReferer()
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
|
void |
setAccept(String value)
Sets the value of the accept property. |
void |
setAcceptEncoding(String value)
Sets the value of the acceptEncoding property. |
void |
setAcceptLanguage(String value)
Sets the value of the acceptLanguage property. |
void |
setAllowChunking(boolean value)
Sets the value of the allowChunking property. |
void |
setAsyncExecuteTimeout(long value)
Sets the value of the asyncExecuteTimeout property. |
void |
setAsyncExecuteTimeoutRejection(boolean value)
Sets the value of the asyncExecuteTimeoutRejection property. |
void |
setAutoRedirect(boolean value)
Sets the value of the autoRedirect property. |
void |
setBrowserType(String value)
Sets the value of the browserType property. |
void |
setCacheControl(String value)
Sets the value of the cacheControl property. |
void |
setChunkingThreshold(int value)
Sets the value of the chunkingThreshold 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(String value)
Sets the value of the contentType property. |
void |
setCookie(String value)
Sets the value of the cookie property. |
void |
setDecoupledEndpoint(String value)
Sets the value of the decoupledEndpoint property. |
void |
setHost(String value)
Sets the value of the host property. |
void |
setMaxRetransmits(int value)
Sets the value of the maxRetransmits property. |
void |
setNonProxyHosts(String value)
Sets the value of the nonProxyHosts property. |
void |
setProxyServer(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(String value)
Sets the value of the referer property. |
void |
unsetAllowChunking()
|
void |
unsetAsyncExecuteTimeout()
|
void |
unsetAsyncExecuteTimeoutRejection()
|
void |
unsetAutoRedirect()
|
void |
unsetChunkingThreshold()
|
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 Long connectionTimeout
protected Long receiveTimeout
protected Long asyncExecuteTimeout
protected Boolean asyncExecuteTimeoutRejection
protected Boolean autoRedirect
protected Integer maxRetransmits
protected Boolean allowChunking
protected Integer chunkingThreshold
protected String accept
protected String acceptLanguage
protected String acceptEncoding
protected String contentType
protected String host
protected ConnectionType connection
protected String cacheControl
protected String cookie
protected String browserType
protected String referer
protected String decoupledEndpoint
protected String proxyServer
protected Integer proxyServerPort
protected String nonProxyHosts
protected ProxyServerType proxyServerType
protected PropertyChangeSupport propertyListener
Constructor Detail |
---|
public HTTPClientPolicy()
Method Detail |
---|
public String getAccept()
String
public void setAccept(String value)
value
- allowed object is
String
public boolean isSetAccept()
public String getAcceptLanguage()
String
public void setAcceptLanguage(String value)
value
- allowed object is
String
public boolean isSetAcceptLanguage()
public String getAcceptEncoding()
String
public void setAcceptEncoding(String value)
value
- allowed object is
String
public boolean isSetAcceptEncoding()
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
public boolean isSetContentType()
public String getHost()
String
public void setHost(String value)
value
- allowed object is
String
public boolean isSetHost()
public void setConnection(ConnectionType value)
value
- allowed object is
ConnectionType
public boolean isSetConnection()
public String getCacheControl()
String
public void setCacheControl(String value)
value
- allowed object is
String
public boolean isSetCacheControl()
public String getCookie()
String
public void setCookie(String value)
value
- allowed object is
String
public boolean isSetCookie()
public String getBrowserType()
String
public void setBrowserType(String value)
value
- allowed object is
String
public boolean isSetBrowserType()
public String getReferer()
String
public void setReferer(String value)
value
- allowed object is
String
public boolean isSetReferer()
public String getDecoupledEndpoint()
String
public void setDecoupledEndpoint(String value)
value
- allowed object is
String
public boolean isSetDecoupledEndpoint()
public String getProxyServer()
String
public void setProxyServer(String value)
value
- allowed object is
String
public boolean isSetProxyServer()
public String getNonProxyHosts()
String
public void setNonProxyHosts(String value)
value
- allowed object is
String
public boolean isSetNonProxyHosts()
public void setProxyServerType(ProxyServerType value)
value
- allowed object is
ProxyServerType
public boolean isSetProxyServerType()
public void setConnectionTimeout(long value)
public void unsetConnectionTimeout()
public boolean isSetConnectionTimeout()
public long getConnectionTimeout()
public void setReceiveTimeout(long value)
public void unsetReceiveTimeout()
public boolean isSetReceiveTimeout()
public long getReceiveTimeout()
public void setAsyncExecuteTimeout(long value)
public void unsetAsyncExecuteTimeout()
public boolean isSetAsyncExecuteTimeout()
public long getAsyncExecuteTimeout()
public void setAsyncExecuteTimeoutRejection(boolean value)
public void unsetAsyncExecuteTimeoutRejection()
public boolean isSetAsyncExecuteTimeoutRejection()
public boolean isAsyncExecuteTimeoutRejection()
public void setAutoRedirect(boolean value)
public void unsetAutoRedirect()
public boolean isSetAutoRedirect()
public boolean isAutoRedirect()
public void setMaxRetransmits(int value)
public void unsetMaxRetransmits()
public boolean isSetMaxRetransmits()
public int getMaxRetransmits()
public void setAllowChunking(boolean value)
public void unsetAllowChunking()
public boolean isSetAllowChunking()
public boolean isAllowChunking()
public void setChunkingThreshold(int value)
public void unsetChunkingThreshold()
public boolean isSetChunkingThreshold()
public int getChunkingThreshold()
public ConnectionType getConnection()
public void setProxyServerPort(int value)
public void unsetProxyServerPort()
public boolean isSetProxyServerPort()
public int getProxyServerPort()
public ProxyServerType getProxyServerType()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |