nbi.xmlsec.biocase.protocol
Class Request

java.lang.Object
  extended bynbi.xmlsec.biocase.protocol.ProtocolType
      extended bynbi.xmlsec.biocase.protocol.Request

public class Request
extends ProtocolType

This class wraps the BioCASE protocol element Request.

Since:
Version:
$Revision: 1.4 $
Author:
Lutz Suhrbier

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

logger

static Logger logger

header

Header header

opType

OperationType opType
Constructor Detail

Request

public Request(String protocolURI)
Inits this instance.

Parameters:
protocolURI - The protocol version of this instance.
Method Detail

write

public void write(ContentHandler out)
           throws SAXException
Writes the response to a SAX Stream.

Parameters:
out - ContentHandler to write to.
Throws:
SAXException

toString

public String toString()

getHeader

public Header getHeader()
Gets the header

Returns:
Returns the header.

setHeader

public void setHeader(Header header)
Sets header

Parameters:
header - The header to set.

getOpType

public OperationType getOpType()
Gets the opType

Returns:
Returns the opType.

setOpType

public void setOpType(OperationType opType)
Sets opType

Parameters:
opType - The opType to set.


Copyright © 2006 Lutz Suhrbier, Freie Universität Berlin. All Rights Reserved.