[jbossws-commits] JBossWS SVN: r3944 - trunk/integration/spi/src/main/java/org/jboss/ws/integration.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Jul 19 04:52:37 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-07-19 04:52:36 -0400 (Thu, 19 Jul 2007)
New Revision: 3944

Modified:
   trunk/integration/spi/src/main/java/org/jboss/ws/integration/ServiceRefHandler.java
Log:
Fix ServiceRefHandler

Modified: trunk/integration/spi/src/main/java/org/jboss/ws/integration/ServiceRefHandler.java
===================================================================
--- trunk/integration/spi/src/main/java/org/jboss/ws/integration/ServiceRefHandler.java	2007-07-18 21:24:35 UTC (rev 3943)
+++ trunk/integration/spi/src/main/java/org/jboss/ws/integration/ServiceRefHandler.java	2007-07-19 08:52:36 UTC (rev 3944)
@@ -27,7 +27,6 @@
 import javax.naming.NamingException;
 
 import org.jboss.xb.binding.UnmarshallingContext;
-import org.jboss.wsf.spi.deployment.serviceref.ServiceRefBinder;
 import org.xml.sax.Attributes;
 
 /**
@@ -47,8 +46,4 @@
    void setValue(ServiceRefElement ref, UnmarshallingContext navigator, String namespaceURI, String localName, String value);
    
    void bindServiceRef(Context encCtx, String encName, UnifiedVirtualFile vfsRoot, ClassLoader loader, ServiceRefMetaData sref) throws NamingException;
-
-   void setJaxrpcBinder(ServiceRefBinder binder);
-
-   void setJaxwsBinder(ServiceRefBinder binder);
 }




More information about the jbossws-commits mailing list