org.jboss.metamodel.descriptor
Class ServiceRefDelegate
java.lang.Object
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 classes/interfaces inherited from interface org.jboss.wsf.spi.serviceref.ServiceRefHandler |
org.jboss.wsf.spi.serviceref.ServiceRefHandler.Type |
Fields inherited from interface org.jboss.wsf.spi.serviceref.ServiceRefHandler |
BEAN_NAME |
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 |
ServiceRefDelegate
public ServiceRefDelegate()
- Deprecated.
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 © 2009 JBoss Inc.. All Rights Reserved.