Author: richard.opalka(a)jboss.com
Date: 2010-10-13 09:00:47 -0400 (Wed, 13 Oct 2010)
New Revision: 13109
Modified:
spi/trunk/src/main/java/org/jboss/wsf/spi/serviceref/ServiceRefHandler.java
Log:
removing obsolete and deprecated code
Modified: spi/trunk/src/main/java/org/jboss/wsf/spi/serviceref/ServiceRefHandler.java
===================================================================
--- spi/trunk/src/main/java/org/jboss/wsf/spi/serviceref/ServiceRefHandler.java 2010-10-13
12:08:39 UTC (rev 13108)
+++ spi/trunk/src/main/java/org/jboss/wsf/spi/serviceref/ServiceRefHandler.java 2010-10-13
13:00:47 UTC (rev 13109)
@@ -25,8 +25,6 @@
import javax.naming.NamingException;
import org.jboss.wsf.spi.deployment.UnifiedVirtualFile;
-import org.jboss.xb.binding.UnmarshallingContext;
-import org.xml.sax.Attributes;
/**
* An implementation of this interface handles all service-ref binding concerns
@@ -36,18 +34,6 @@
*/
public interface ServiceRefHandler
{
- final String BEAN_NAME = "WSServiceRefHandler";
-
enum Type {JAXRPC, JAXWS};
-
- @Deprecated
- ServiceRefMetaData newServiceRefMetaData();
-
- @Deprecated
- Object newChild(ServiceRefElement ref, UnmarshallingContext navigator, String
namespaceURI, String localName, Attributes attrs);
-
- @Deprecated
- 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;
}
Show replies by date