|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.controller.DeegreeServiceControllerType.RequestLogging
public static class DeegreeServiceControllerType.RequestLogging
If included in the configuration, requests will be logged.
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">
<sequence>
<element name="OutputDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OnlySuccessful" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="RequestLogger" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Class" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Configuration" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
DeegreeServiceControllerType.RequestLogging.RequestLogger
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.Boolean |
onlySuccessful
|
protected java.lang.String |
outputDirectory
|
protected DeegreeServiceControllerType.RequestLogging.RequestLogger |
requestLogger
|
| Constructor Summary | |
|---|---|
DeegreeServiceControllerType.RequestLogging()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getOutputDirectory()
Gets the value of the outputDirectory property. |
DeegreeServiceControllerType.RequestLogging.RequestLogger |
getRequestLogger()
Gets the value of the requestLogger property. |
java.lang.Boolean |
isOnlySuccessful()
Gets the value of the onlySuccessful property. |
void |
setOnlySuccessful(java.lang.Boolean value)
Sets the value of the onlySuccessful property. |
void |
setOutputDirectory(java.lang.String value)
Sets the value of the outputDirectory property. |
void |
setRequestLogger(DeegreeServiceControllerType.RequestLogging.RequestLogger value)
Sets the value of the requestLogger property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String outputDirectory
protected java.lang.Boolean onlySuccessful
protected DeegreeServiceControllerType.RequestLogging.RequestLogger requestLogger
| Constructor Detail |
|---|
public DeegreeServiceControllerType.RequestLogging()
| Method Detail |
|---|
public java.lang.String getOutputDirectory()
Stringpublic void setOutputDirectory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isOnlySuccessful()
Booleanpublic void setOnlySuccessful(java.lang.Boolean value)
value - allowed object is
Booleanpublic DeegreeServiceControllerType.RequestLogging.RequestLogger getRequestLogger()
DeegreeServiceControllerType.RequestLogging.RequestLoggerpublic void setRequestLogger(DeegreeServiceControllerType.RequestLogging.RequestLogger value)
value - allowed object is
DeegreeServiceControllerType.RequestLogging.RequestLogger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||