public class WebServiceServerModel 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="port" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="auto-start" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="context-config-location" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="resource-base" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="root-parent-context" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="connector" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="connectors" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="servlet-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="servlet-mapping-path" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="context-path" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="servlet-handler" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="security-handler" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="endpoint-adapter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="interceptors" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message-converter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message-factory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="handle-mime-headers" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="handle-header-attributes" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="keep-soap-envelope" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="soap-header-namespace" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="soap-header-prefix" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="debug-logging" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoStart |
protected String |
connector |
protected String |
connectors |
protected String |
contextConfigLocation |
protected String |
contextPath |
protected Boolean |
debugLogging |
protected String |
endpointAdapter |
protected Boolean |
handleHeaderAttributes |
protected Boolean |
handleMimeHeaders |
protected String |
id |
protected String |
interceptors |
protected Boolean |
keepSoapEnvelope |
protected String |
messageConverter |
protected String |
messageFactory |
protected String |
port |
protected String |
resourceBase |
protected Boolean |
rootParentContext |
protected String |
securityHandler |
protected String |
servletHandler |
protected String |
servletMappingPath |
protected String |
servletName |
protected String |
soapHeaderNamespace |
protected String |
soapHeaderPrefix |
protected String |
timeout |
| Constructor and Description |
|---|
WebServiceServerModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnector()
Gets the value of the connector property.
|
String |
getConnectors()
Gets the value of the connectors property.
|
String |
getContextConfigLocation()
Gets the value of the contextConfigLocation property.
|
String |
getContextPath()
Gets the value of the contextPath property.
|
String |
getEndpointAdapter()
Gets the value of the endpointAdapter 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 |
getMessageFactory()
Gets the value of the messageFactory property.
|
String |
getPort()
Gets the value of the port property.
|
String |
getResourceBase()
Gets the value of the resourceBase property.
|
String |
getSecurityHandler()
Gets the value of the securityHandler property.
|
String |
getServletHandler()
Gets the value of the servletHandler property.
|
String |
getServletMappingPath()
Gets the value of the servletMappingPath property.
|
String |
getServletName()
Gets the value of the servletName property.
|
String |
getSoapHeaderNamespace()
Gets the value of the soapHeaderNamespace property.
|
String |
getSoapHeaderPrefix()
Gets the value of the soapHeaderPrefix property.
|
String |
getTimeout()
Gets the value of the timeout property.
|
Boolean |
isAutoStart()
Gets the value of the autoStart property.
|
Boolean |
isDebugLogging()
Gets the value of the debugLogging property.
|
Boolean |
isHandleHeaderAttributes()
Gets the value of the handleHeaderAttributes property.
|
Boolean |
isHandleMimeHeaders()
Gets the value of the handleMimeHeaders property.
|
Boolean |
isKeepSoapEnvelope()
Gets the value of the keepSoapEnvelope property.
|
Boolean |
isRootParentContext()
Gets the value of the rootParentContext property.
|
void |
setAutoStart(Boolean value)
Sets the value of the autoStart property.
|
void |
setConnector(String value)
Sets the value of the connector property.
|
void |
setConnectors(String value)
Sets the value of the connectors property.
|
void |
setContextConfigLocation(String value)
Sets the value of the contextConfigLocation property.
|
void |
setContextPath(String value)
Sets the value of the contextPath property.
|
void |
setDebugLogging(Boolean value)
Sets the value of the debugLogging property.
|
void |
setEndpointAdapter(String value)
Sets the value of the endpointAdapter property.
|
void |
setHandleHeaderAttributes(Boolean value)
Sets the value of the handleHeaderAttributes property.
|
void |
setHandleMimeHeaders(Boolean value)
Sets the value of the handleMimeHeaders property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInterceptors(String value)
Sets the value of the interceptors property.
|
void |
setKeepSoapEnvelope(Boolean value)
Sets the value of the keepSoapEnvelope property.
|
void |
setMessageConverter(String value)
Sets the value of the messageConverter property.
|
void |
setMessageFactory(String value)
Sets the value of the messageFactory property.
|
void |
setPort(String value)
Sets the value of the port property.
|
void |
setResourceBase(String value)
Sets the value of the resourceBase property.
|
void |
setRootParentContext(Boolean value)
Sets the value of the rootParentContext property.
|
void |
setSecurityHandler(String value)
Sets the value of the securityHandler property.
|
void |
setServletHandler(String value)
Sets the value of the servletHandler property.
|
void |
setServletMappingPath(String value)
Sets the value of the servletMappingPath property.
|
void |
setServletName(String value)
Sets the value of the servletName property.
|
void |
setSoapHeaderNamespace(String value)
Sets the value of the soapHeaderNamespace property.
|
void |
setSoapHeaderPrefix(String value)
Sets the value of the soapHeaderPrefix property.
|
void |
setTimeout(String value)
Sets the value of the timeout property.
|
protected String id
protected String port
protected Boolean autoStart
protected String timeout
protected String contextConfigLocation
protected String resourceBase
protected Boolean rootParentContext
protected String connector
protected String connectors
protected String servletName
protected String servletMappingPath
protected String contextPath
protected String servletHandler
protected String securityHandler
protected String endpointAdapter
protected String interceptors
protected String messageConverter
protected String messageFactory
protected Boolean handleMimeHeaders
protected Boolean handleHeaderAttributes
protected Boolean keepSoapEnvelope
protected String soapHeaderNamespace
protected String soapHeaderPrefix
protected Boolean debugLogging
public void setId(String value)
value - allowed object is
Stringpublic String getPort()
Stringpublic void setPort(String value)
value - allowed object is
Stringpublic Boolean isAutoStart()
Booleanpublic void setAutoStart(Boolean value)
value - allowed object is
Booleanpublic String getTimeout()
Stringpublic void setTimeout(String value)
value - allowed object is
Stringpublic String getContextConfigLocation()
Stringpublic void setContextConfigLocation(String value)
value - allowed object is
Stringpublic String getResourceBase()
Stringpublic void setResourceBase(String value)
value - allowed object is
Stringpublic Boolean isRootParentContext()
Booleanpublic void setRootParentContext(Boolean value)
value - allowed object is
Booleanpublic String getConnector()
Stringpublic void setConnector(String value)
value - allowed object is
Stringpublic String getConnectors()
Stringpublic void setConnectors(String value)
value - allowed object is
Stringpublic String getServletName()
Stringpublic void setServletName(String value)
value - allowed object is
Stringpublic String getServletMappingPath()
Stringpublic void setServletMappingPath(String value)
value - allowed object is
Stringpublic String getContextPath()
Stringpublic void setContextPath(String value)
value - allowed object is
Stringpublic String getServletHandler()
Stringpublic void setServletHandler(String value)
value - allowed object is
Stringpublic String getSecurityHandler()
Stringpublic void setSecurityHandler(String value)
value - allowed object is
Stringpublic String getEndpointAdapter()
Stringpublic void setEndpointAdapter(String value)
value - allowed object is
Stringpublic String getInterceptors()
Stringpublic void setInterceptors(String value)
value - allowed object is
Stringpublic String getMessageConverter()
Stringpublic void setMessageConverter(String value)
value - allowed object is
Stringpublic String getMessageFactory()
Stringpublic void setMessageFactory(String value)
value - allowed object is
Stringpublic Boolean isHandleMimeHeaders()
Booleanpublic void setHandleMimeHeaders(Boolean value)
value - allowed object is
Booleanpublic Boolean isHandleHeaderAttributes()
Booleanpublic void setHandleHeaderAttributes(Boolean value)
value - allowed object is
Booleanpublic Boolean isKeepSoapEnvelope()
Booleanpublic void setKeepSoapEnvelope(Boolean value)
value - allowed object is
Booleanpublic String getSoapHeaderNamespace()
Stringpublic void setSoapHeaderNamespace(String value)
value - allowed object is
Stringpublic String getSoapHeaderPrefix()
Stringpublic void setSoapHeaderPrefix(String value)
value - allowed object is
Stringpublic Boolean isDebugLogging()
BooleanCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.