src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/jaxws/JAXWSBinding.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -289,23 +289,10 @@
      */
     public void setClassName(CustomName className) {
         this.className = className;
     }
 
-    /**
-     * @return Returns the exception.
-     */
-    public Exception getException() {
-        return exception;
-    }
-    /**
-     * @param exception The exception to set.
-     */
-    public void setException(Exception exception) {
-        this.exception = exception;
-    }
-
     private String wsdlNamespace;
     private String wsdlLocation;
     private String node;
     private String version;
 

@@ -314,11 +301,10 @@
     private Boolean enableWrapperStyle;
     private Boolean enableAsyncMapping;
 //    private Boolean enableAdditionalHeaderMapping;
     private Boolean enableMimeContentMapping;
     private Boolean isProvider;
-    private Exception exception;
 
     private Set<Element> jaxbBindings;
 
     // portType className
     private CustomName className;