|
||||||||||
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.Request
This class wraps the BioCASE protocol element Request.
Field Summary | |
(package private) Header |
header
|
(package private) static Logger |
logger
|
(package private) OperationType |
opType
|
Fields inherited from class nbi.xmlsec.biocase.protocol.ProtocolType |
protocolURI |
Constructor Summary | |
Request(String protocolURI)
Inits this instance. |
Method Summary | |
Header |
getHeader()
Gets the header |
OperationType |
getOpType()
Gets the opType |
void |
setHeader(Header header)
Sets header |
void |
setOpType(OperationType opType)
Sets opType |
String |
toString()
|
void |
write(ContentHandler out)
Writes the response 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
Header header
OperationType opType
Constructor Detail |
public Request(String protocolURI)
protocolURI
- The protocol version of this instance.Method Detail |
public void write(ContentHandler out) throws SAXException
out
- ContentHandler
to write to.
SAXException
public String toString()
public Header getHeader()
public void setHeader(Header header)
header
- The header to set.public OperationType getOpType()
public void setOpType(OperationType opType)
opType
- The opType to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |