File tree Expand file tree Collapse file tree
java/src/main/java/com/cybersource/ws/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ public static Connection getInstance(
8383 }
8484
8585 /**
86- * method to check is request sent or not
86+ * To check is request sent or not
8787 *
8888 * @return boolean
8989 */
9090 abstract public boolean isRequestSent ();
9191
9292 /**
93- * method to release the connection related objects
93+ * To release the connection related objects
9494 *
9595 * @throws ClientException
9696 */
@@ -112,24 +112,14 @@ abstract void postDocument(Document request, long startTime)
112112 TransformerException , MalformedURLException ,
113113 ProtocolException ;
114114
115- /**
116- * @return int
117- * @throws IOException
118- */
115+
119116 abstract int getHttpResponseCode ()
120117 throws IOException ;
121118
122- /**
123- * @return InputStream
124- * @throws IOException
125- */
126119 abstract InputStream getResponseStream ()
127120 throws IOException ;
128121
129- /**
130- * @return InputStram
131- * @throws IOException
132- */
122+
133123 abstract InputStream getResponseErrorStream ()
134124 throws IOException ;
135125
You can’t perform that action at this time.
0 commit comments