|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nbi.xmlsec.biocase.protocol.ProtocolType nbi.xmlsec.biocase.protocol.OperationType
Abstract base class of the BioCASE protocol treeElements scan and search operation type.
Field Summary | |
(package private) static Logger |
logger
|
protected String |
requestFormat
Attribute requestFormat used for all operation types |
Fields inherited from class nbi.xmlsec.biocase.protocol.ProtocolType |
protocolURI |
Constructor Summary | |
OperationType(String protocolURI)
Inits this instance. |
Method Summary | |
String |
getRequestFormat()
Gets the request format. |
void |
setRequestFormat(String requestFormat)
Sets the request format. |
String |
toString()
|
abstract void |
write(ContentHandler out)
Writes the Operation type to a SAX Stream. |
Methods inherited from class nbi.xmlsec.biocase.protocol.ProtocolType |
getProtocolURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
static Logger logger
protected String requestFormat
Constructor Detail |
public OperationType(String protocolURI)
protocolURI
- The protocol version of this instance.Method Detail |
public abstract void write(ContentHandler out) throws SAXException
out
- ContentHandler
to write to.
SAXException
public String toString()
public String getRequestFormat()
public void setRequestFormat(String requestFormat)
requestFormat
- The requestFormat to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |