12
12
* express or implied. See the License for the specific language governing
13
13
* permissions and limitations under the License.
14
14
*/
15
- package com .amazonaws . sqsjms ;
15
+ package com .amazon . sqs . javamessaging ;
16
16
17
17
import java .util .HashSet ;
18
18
import java .util .Set ;
49
49
* <code>AmazonServiceException</code> and <code>AmazonClientException</code> into
50
50
* JMSException/JMSSecurityException.
51
51
*/
52
- public class AmazonSQSClientJMSWrapper {
53
- private static final Log LOG = LogFactory .getLog (AmazonSQSClientJMSWrapper .class );
52
+ public class AmazonSQSMessagingClientWrapper {
53
+ private static final Log LOG = LogFactory .getLog (AmazonSQSMessagingClientWrapper .class );
54
54
55
55
private static final Set <String > SECURITY_EXCEPTION_ERROR_CODES ;
56
56
static {
@@ -74,7 +74,7 @@ public class AmazonSQSClientJMSWrapper {
74
74
* @throws JMSException
75
75
* if the client is null
76
76
*/
77
- public AmazonSQSClientJMSWrapper (AmazonSQS amazonSQSClient ) throws JMSException {
77
+ public AmazonSQSMessagingClientWrapper (AmazonSQS amazonSQSClient ) throws JMSException {
78
78
if (amazonSQSClient == null ) {
79
79
throw new JMSException ("Amazon SQS client cannot be null" );
80
80
}
@@ -343,8 +343,6 @@ public ReceiveMessageResult receiveMessage(ReceiveMessageRequest receiveMessageR
343
343
* @param changeMessageVisibilityRequest
344
344
* Container for the necessary parameters to execute the
345
345
* changeMessageVisibility service method on AmazonSQS.
346
- * @return The response from the changeMessageVisibility service method, as
347
- * returned by AmazonSQS.
348
346
* @throws JMSException
349
347
*/
350
348
public void changeMessageVisibility (ChangeMessageVisibilityRequest changeMessageVisibilityRequest ) throws JMSException {
0 commit comments