org.jboss.metamodel.descriptor
Class ServiceRefDelegate

java.lang.Object
  extended by org.jboss.metamodel.descriptor.ServiceRefDelegate
All Implemented Interfaces:
org.jboss.wsf.spi.serviceref.ServiceRefHandler

Deprecated.

@Deprecated
public class ServiceRefDelegate
extends Object
implements org.jboss.wsf.spi.serviceref.ServiceRefHandler

Factory for ServiceRefHandler

Since:
05-May-2004
Author:
Thomas.Diesler@jboss.org

Nested Class Summary
static class ServiceRefDelegate.DummyServiceRef
          Deprecated.  
 
Nested classes/interfaces inherited from interface org.jboss.wsf.spi.serviceref.ServiceRefHandler
org.jboss.wsf.spi.serviceref.ServiceRefHandler.Type
 
Field Summary
 
Fields inherited from interface org.jboss.wsf.spi.serviceref.ServiceRefHandler
BEAN_NAME
 
Constructor Summary
ServiceRefDelegate()
          Deprecated.  
 
Method Summary
 void bindServiceRef(Context encCtx, String encName, org.jboss.wsf.spi.deployment.UnifiedVirtualFile vfsRoot, ClassLoader loader, org.jboss.wsf.spi.serviceref.ServiceRefMetaData sref)
          Deprecated.  
 Object newChild(org.jboss.wsf.spi.serviceref.ServiceRefElement ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
          Deprecated.  
 org.jboss.wsf.spi.serviceref.ServiceRefMetaData newServiceRefMetaData()
          Deprecated.  
 void setValue(org.jboss.wsf.spi.serviceref.ServiceRefElement ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, String value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRefDelegate

public ServiceRefDelegate()
Deprecated. 
Method Detail

newServiceRefMetaData

public org.jboss.wsf.spi.serviceref.ServiceRefMetaData newServiceRefMetaData()
Deprecated. 
Specified by:
newServiceRefMetaData in interface org.jboss.wsf.spi.serviceref.ServiceRefHandler

newChild

public Object newChild(org.jboss.wsf.spi.serviceref.ServiceRefElement ref,
                       org.jboss.xb.binding.UnmarshallingContext navigator,
                       String namespaceURI,
                       String localName,
                       Attributes attrs)
Deprecated. 
Specified by:
newChild in interface org.jboss.wsf.spi.serviceref.ServiceRefHandler

setValue

public void setValue(org.jboss.wsf.spi.serviceref.ServiceRefElement ref,
                     org.jboss.xb.binding.UnmarshallingContext navigator,
                     String namespaceURI,
                     String localName,
                     String value)
Deprecated. 
Specified by:
setValue in interface org.jboss.wsf.spi.serviceref.ServiceRefHandler

bindServiceRef

public void bindServiceRef(Context encCtx,
                           String encName,
                           org.jboss.wsf.spi.deployment.UnifiedVirtualFile vfsRoot,
                           ClassLoader loader,
                           org.jboss.wsf.spi.serviceref.ServiceRefMetaData sref)
                    throws NamingException
Deprecated. 
Specified by:
bindServiceRef in interface org.jboss.wsf.spi.serviceref.ServiceRefHandler
Throws:
NamingException


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.