public class HttpClientDefinition extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="request-url" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="request-method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message-converter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message-correlator" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="endpoint-resolver" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="request-factory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rest-template" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="charset" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="content-type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="interceptors" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="error-strategy">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="throwsException"/>
<enumeration value="propagateError"/>
</restriction>
</simpleType>
</attribute>
<attribute name="actor" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="polling-interval" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actor |
protected String |
charset |
protected String |
contentType |
protected String |
endpointResolver |
protected String |
errorStrategy |
protected String |
id |
protected String |
interceptors |
protected String |
messageConverter |
protected String |
messageCorrelator |
protected String |
pollingInterval |
protected String |
requestFactory |
protected String |
requestMethod |
protected String |
requestUrl |
protected String |
restTemplate |
protected String |
timeout |
| Constructor and Description |
|---|
HttpClientDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActor()
Gets the value of the actor property.
|
String |
getCharset()
Gets the value of the charset property.
|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getEndpointResolver()
Gets the value of the endpointResolver property.
|
String |
getErrorStrategy()
Gets the value of the errorStrategy property.
|
String |
getId()
Gets the value of the id property.
|
String |
getInterceptors()
Gets the value of the interceptors property.
|
String |
getMessageConverter()
Gets the value of the messageConverter property.
|
String |
getMessageCorrelator()
Gets the value of the messageCorrelator property.
|
String |
getPollingInterval()
Gets the value of the pollingInterval property.
|
String |
getRequestFactory()
Gets the value of the requestFactory property.
|
String |
getRequestMethod()
Gets the value of the requestMethod property.
|
String |
getRequestUrl()
Gets the value of the requestUrl property.
|
String |
getRestTemplate()
Gets the value of the restTemplate property.
|
String |
getTimeout()
Gets the value of the timeout property.
|
void |
setActor(String value)
Sets the value of the actor property.
|
void |
setCharset(String value)
Sets the value of the charset property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setEndpointResolver(String value)
Sets the value of the endpointResolver property.
|
void |
setErrorStrategy(String value)
Sets the value of the errorStrategy property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInterceptors(String value)
Sets the value of the interceptors property.
|
void |
setMessageConverter(String value)
Sets the value of the messageConverter property.
|
void |
setMessageCorrelator(String value)
Sets the value of the messageCorrelator property.
|
void |
setPollingInterval(String value)
Sets the value of the pollingInterval property.
|
void |
setRequestFactory(String value)
Sets the value of the requestFactory property.
|
void |
setRequestMethod(String value)
Sets the value of the requestMethod property.
|
void |
setRequestUrl(String value)
Sets the value of the requestUrl property.
|
void |
setRestTemplate(String value)
Sets the value of the restTemplate property.
|
void |
setTimeout(String value)
Sets the value of the timeout property.
|
protected String id
protected String requestUrl
protected String requestMethod
protected String messageConverter
protected String messageCorrelator
protected String endpointResolver
protected String requestFactory
protected String restTemplate
protected String charset
protected String contentType
protected String interceptors
protected String errorStrategy
protected String actor
protected String timeout
protected String pollingInterval
public void setId(String value)
value - allowed object is
Stringpublic String getRequestUrl()
Stringpublic void setRequestUrl(String value)
value - allowed object is
Stringpublic String getRequestMethod()
Stringpublic void setRequestMethod(String value)
value - allowed object is
Stringpublic String getMessageConverter()
Stringpublic void setMessageConverter(String value)
value - allowed object is
Stringpublic String getMessageCorrelator()
Stringpublic void setMessageCorrelator(String value)
value - allowed object is
Stringpublic String getEndpointResolver()
Stringpublic void setEndpointResolver(String value)
value - allowed object is
Stringpublic String getRequestFactory()
Stringpublic void setRequestFactory(String value)
value - allowed object is
Stringpublic String getRestTemplate()
Stringpublic void setRestTemplate(String value)
value - allowed object is
Stringpublic String getCharset()
Stringpublic void setCharset(String value)
value - allowed object is
Stringpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic String getInterceptors()
Stringpublic void setInterceptors(String value)
value - allowed object is
Stringpublic String getErrorStrategy()
Stringpublic void setErrorStrategy(String value)
value - allowed object is
Stringpublic String getActor()
Stringpublic void setActor(String value)
value - allowed object is
Stringpublic String getTimeout()
Stringpublic void setTimeout(String value)
value - allowed object is
Stringpublic String getPollingInterval()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.