Interface HTTPServiceDetails
public interface HTTPServiceDetails
The details associated with an HTTP Service.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the HTTP service name.Returns all of the service properties.getProperty
(String key) Returns the value of a specified property.Returns the Web Server Name.boolean
isDebug()
Is debug set?
-
Method Details
-
getName
String getName()Returns the HTTP service name.- Returns:
- HTTP service name
-
getWebServerName
String getWebServerName()Returns the Web Server Name.- Returns:
- the web server name.
-
getProperties
Properties getProperties()Returns all of the service properties.- Returns:
- the service properties
-
getProperty
Returns the value of a specified property.- Parameters:
key
- property key- Returns:
- property value or null if no properties defined or specified property not defined
-
isDebug
boolean isDebug()Is debug set?- Returns:
- true if debug set
-