|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oozie.service.WorkflowSchemaService
public class WorkflowSchemaService
Service that loads Oozie workflow definition schema and registered extension schemas.
| Field Summary | |
|---|---|
static java.lang.String |
CONF_EXT_SCHEMAS
|
static java.lang.String |
CONF_PREFIX
|
| Constructor Summary | |
|---|---|
WorkflowSchemaService()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy the service. |
java.lang.Class<? extends Service> |
getInterface()
Return the public interface of the service. |
javax.xml.validation.Schema |
getSchema()
Return the schema for XML validation of application definitions. |
void |
init(Services services)
Initialize the service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONF_PREFIX
public static final java.lang.String CONF_EXT_SCHEMAS
| Constructor Detail |
|---|
public WorkflowSchemaService()
| Method Detail |
|---|
public void init(Services services)
throws ServiceException
init in interface Serviceservices - services instance.
ServiceException - thrown if the service could not be initialized.public java.lang.Class<? extends Service> getInterface()
getInterface in interface ServiceWorkflowSchemaService.public void destroy()
destroy in interface Servicepublic javax.xml.validation.Schema getSchema()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||