src/share/jaxws_classes/com/sun/xml/internal/ws/api/databinding/DatabindingFactory.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1997, 2011, 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

@@ -54,11 +54,11 @@
  *
  * @see com.sun.xml.internal.ws.api.databinding.Databinding
  *
  * @author shih-chang.chen@oracle.com
  */
-public abstract class DatabindingFactory extends com.sun.xml.internal.org.jvnet.ws.databinding.DatabindingFactory {
+public abstract class DatabindingFactory extends com.oracle.webservices.internal.api.databinding.DatabindingFactory {
 
   /**
    * Creates a new instance of a <code>WsTool</code>.
    *
    * @return New instance of a <code>WsTool</code>

@@ -71,11 +71,11 @@
    *
    * @param config
    *          the EndpointRuntimeConfig to init this WsRuntime
    * @return New instance of a <code>WsRuntime</code>
    */
-  abstract public com.sun.xml.internal.org.jvnet.ws.databinding.Databinding createRuntime(DatabindingConfig config);
+  abstract public com.oracle.webservices.internal.api.databinding.Databinding createRuntime(DatabindingConfig config);
 
   /**
    * Creates a new instance of a <code>XsTool</code>.
    *
    * @return New instance of a <code>XsTool</code>