org.jboss.metamodel.descriptor
Class ServiceRefObjectFactory
java.lang.Object
org.jboss.metamodel.descriptor.ServiceRefObjectFactory
- All Implemented Interfaces:
- org.jboss.xb.binding.ObjectModelFactory
- Direct Known Subclasses:
- DDObjectFactory
Deprecated.
@Deprecated
public abstract class ServiceRefObjectFactory
- extends Object
- implements org.jboss.xb.binding.ObjectModelFactory
A object model factory for
- Author:
- Thomas.Diesler@jboss.com
Method Summary |
static boolean |
isJ2EE14Descriptor(Element element)
Deprecated. |
Object |
newChild(org.jboss.wsf.spi.serviceref.ServiceRefElement ref,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs)
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 |
Methods inherited from interface org.jboss.xb.binding.ObjectModelFactory |
completeRoot, newRoot |
ServiceRefObjectFactory
public ServiceRefObjectFactory()
- Deprecated.
newChild
public Object newChild(org.jboss.wsf.spi.serviceref.ServiceRefElement ref,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs)
- Deprecated.
setValue
public void setValue(org.jboss.wsf.spi.serviceref.ServiceRefElement ref,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
String value)
- Deprecated.
isJ2EE14Descriptor
public static boolean isJ2EE14Descriptor(Element element)
- Deprecated.
Copyright © 2009 JBoss Inc.. All Rights Reserved.