public class WebServiceClientModel 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" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="web-service-template" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message-factory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message-converter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message-sender" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message-correlator" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="interceptor" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="interceptors" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="endpoint-resolver" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fault-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 |
endpointResolver |
protected String |
faultStrategy |
protected String |
id |
protected String |
interceptor |
protected String |
interceptors |
protected String |
messageConverter |
protected String |
messageCorrelator |
protected String |
messageFactory |
protected String |
messageSender |
protected String |
pollingInterval |
protected String |
requestUrl |
protected String |
timeout |
protected String |
webServiceTemplate |
| Constructor and Description |
|---|
WebServiceClientModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActor()
Gets the value of the actor property.
|
String |
getEndpointResolver()
Gets the value of the endpointResolver property.
|
String |
getFaultStrategy()
Gets the value of the faultStrategy property.
|
String |
getId()
Gets the value of the id property.
|
String |
getInterceptor()
Gets the value of the interceptor 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 |
getMessageFactory()
Gets the value of the messageFactory property.
|
String |
getMessageSender()
Gets the value of the messageSender property.
|
String |
getPollingInterval()
Gets the value of the pollingInterval property.
|
String |
getRequestUrl()
Gets the value of the requestUrl property.
|
String |
getTimeout()
Gets the value of the timeout property.
|
String |
getWebServiceTemplate()
Gets the value of the webServiceTemplate property.
|
void |
setActor(String value)
Sets the value of the actor property.
|
void |
setEndpointResolver(String value)
Sets the value of the endpointResolver property.
|
void |
setFaultStrategy(String value)
Sets the value of the faultStrategy property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInterceptor(String value)
Sets the value of the interceptor 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 |
setMessageFactory(String value)
Sets the value of the messageFactory property.
|
void |
setMessageSender(String value)
Sets the value of the messageSender property.
|
void |
setPollingInterval(String value)
Sets the value of the pollingInterval property.
|
void |
setRequestUrl(String value)
Sets the value of the requestUrl property.
|
void |
setTimeout(String value)
Sets the value of the timeout property.
|
void |
setWebServiceTemplate(String value)
Sets the value of the webServiceTemplate property.
|
protected String id
protected String requestUrl
protected String webServiceTemplate
protected String messageFactory
protected String messageConverter
protected String messageSender
protected String messageCorrelator
protected String interceptor
protected String interceptors
protected String endpointResolver
protected String faultStrategy
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 getWebServiceTemplate()
Stringpublic void setWebServiceTemplate(String value)
value - allowed object is
Stringpublic String getMessageFactory()
Stringpublic void setMessageFactory(String value)
value - allowed object is
Stringpublic String getMessageConverter()
Stringpublic void setMessageConverter(String value)
value - allowed object is
Stringpublic String getMessageSender()
Stringpublic void setMessageSender(String value)
value - allowed object is
Stringpublic String getMessageCorrelator()
Stringpublic void setMessageCorrelator(String value)
value - allowed object is
Stringpublic String getInterceptor()
Stringpublic void setInterceptor(String value)
value - allowed object is
Stringpublic String getInterceptors()
Stringpublic void setInterceptors(String value)
value - allowed object is
Stringpublic String getEndpointResolver()
Stringpublic void setEndpointResolver(String value)
value - allowed object is
Stringpublic String getFaultStrategy()
Stringpublic void setFaultStrategy(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–2019 ConSol Software GmbH. All rights reserved.