|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.se.validation.model.ValidationConfigurationHandler
public class ValidationConfigurationHandler
A handler for Validation configurations.
Every element derived from the SU configuration and required at runtime is hold by such a handler.
| Constructor Summary | |
|---|---|
ValidationConfigurationHandler(ValidationConfiguration validationConfiguration,
java.util.logging.Logger logger)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getEndpointName()
|
javax.xml.validation.Schema |
getSchema()
|
void |
start(java.util.logging.Logger logger)
Starts the handler. |
void |
stop()
Stops the handler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationConfigurationHandler(ValidationConfiguration validationConfiguration,
java.util.logging.Logger logger)
validationConfiguration - a Validation configurationlogger - the component's logger| Method Detail |
|---|
public void start(java.util.logging.Logger logger)
throws org.ow2.petals.component.framework.api.exception.PEtALSCDKException
An XSL transformer is created from the XSL style sheet and cached.
If the SU embeds JAR files, they are loaded in the class loader of the handler,
so that they can be used by the XSL transformation.
logger - the component's logger
org.ow2.petals.component.framework.api.exception.PEtALSCDKException - if the handler could not be startedpublic void stop()
The schema instance is set to null.
public javax.xml.validation.Schema getSchema()
public java.lang.String getEndpointName()
#getEndpointName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||