|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.indiana.dlib.metsnav.mets.v1_5.ObjectType
edu.indiana.dlib.metsnav.mets.v1_5.Mechanism
public class Mechanism
mechanism: executable mechanism. A mechanism element contains a pointer to an executable code module that implements a set of behaviors defined by an interface definition. The mechanism element will be a pointer to another object (a mechanism object). A mechanism object could be another METS object, or some other entity (e.g., a WSDL file). A mechanism object should contain executable code, pointers to executable code, or specifications for binding to network services (e.g., web services).
Constructor Summary | |
---|---|
Mechanism()
|
Method Summary | |
---|---|
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
static Object |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class edu.indiana.dlib.metsnav.mets.v1_5.ObjectType |
---|
getActuate, getArcrole, getHref, getID, getLABEL, getLOCTYPE, getOTHERLOCTYPE, getRole, getShow, getTitle, getType, setActuate, setArcrole, setHref, setID, setLABEL, setLOCTYPE, setOTHERLOCTYPE, setRole, setShow, setTitle, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mechanism()
Method Detail |
---|
public boolean isValid()
isValid
in class ObjectType
public void marshal(Writer out) throws MarshalException, ValidationException
marshal
in class ObjectType
out
-
MarshalException
ValidationException
public void marshal(ContentHandler handler) throws IOException, MarshalException, ValidationException
marshal
in class ObjectType
handler
-
IOException
MarshalException
ValidationException
public static Object unmarshal(Reader reader) throws MarshalException, ValidationException
reader
-
MarshalException
ValidationException
public void validate() throws ValidationException
validate
in class ObjectType
ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |