|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnbi.xmlsec.biocase.protocol.ProtocolType
nbi.xmlsec.biocase.protocol.Response
This class wraps the BioCASE protocol element Response.
| Field Summary | |
(package private) Content |
content
Response Content |
(package private) Diagnostics |
diagnostics
Response Diagnostics |
(package private) Header |
header
Response Header |
(package private) static Logger |
logger
|
| Fields inherited from class nbi.xmlsec.biocase.protocol.ProtocolType |
protocolURI |
| Constructor Summary | |
Response(String protocolURI)
Inits this instance. |
|
| Method Summary | |
Content |
getContent()
Gets the content |
Diagnostics |
getDiagnostics()
Gets the diagnostics |
Header |
getHeader()
Gets the header |
void |
setContent(Content content)
Sets content |
void |
setDiagnostics(Diagnostics diagnostics)
Sets diagnostics |
void |
setHeader(Header header)
Sets header |
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
Content content
Diagnostics diagnostics
| Constructor Detail |
public Response(String protocolURI)
protocolURI - The protocol version of this instance.| Method Detail |
public void write(ContentHandler out)
throws SAXException
out - ContentHandlerto write to.
SAXExceptionpublic String toString()
public Content getContent()
public void setContent(Content content)
content - The content to set.public Diagnostics getDiagnostics()
public void setDiagnostics(Diagnostics diagnostics)
diagnostics - The diagnostics to set.public Header getHeader()
public void setHeader(Header header)
header - The header to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||