~tritone-team/tritone/eucalyptus

« back to all changes in this revision

Viewing changes to clc/modules/wsstack/src/main/java/com/eucalyptus/ws/handlers/RestfulMarshallingHandler.java

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2009-12-01 21:09:28 UTC
  • mto: This revision was merged to the branch mainline in revision 75.
  • Revision ID: james.westby@ubuntu.com-20091201210928-o2dvg0ubljhb0ft6
Tags: upstream-1.6.1~bzr1083
ImportĀ upstreamĀ versionĀ 1.6.1~bzr1083

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
          try {
134
134
            OMElement omMsg = binding.toOM( httpResponse.getMessage( ), this.namespace );
135
135
            omMsg.serialize( byteOut );
136
 
          } catch ( Exception e ) {
 
136
          } catch ( Throwable e ) {
137
137
            binding = BindingManager.getBinding( BindingManager.sanitizeNamespace( "http://ec2.amazonaws.com/doc/2009-04-04/" ) );
138
138
            OMElement omMsg = binding.toOM( httpResponse.getMessage( ), this.namespace );
139
139
            omMsg.serialize( byteOut );