Deprecated API

Deprecated Methods
org.apache.tsik.messaging.XmlResponse.getStatus()
          This method is not needed since an exception is always thrown when an error is returned from the service. 
org.apache.tsik.domutil.DOMCursor.matchName(String, String)
          please use DOMCursor.atElement(java.lang.String, java.lang.String) instead. 
org.apache.tsik.messaging.XmlTransport.send(XmlRequest)
          Please use XmlTransport.sendRequest(XmlRequest) instead, which throws XmlMessageException instead of Exception for better support of specific exception classes. 
org.apache.tsik.messaging.XmlTransportDoc.setStream(OutputStream)
          please use AbstractTransport.setLogOutput(java.io.PrintStream).