org.jboss.ejb3.metamodel
Class ApplicationClientDDObjectFactory
java.lang.Object
org.jboss.metamodel.descriptor.ServiceRefObjectFactory
org.jboss.metamodel.descriptor.DDObjectFactory
org.jboss.ejb3.metamodel.ApplicationClientDDObjectFactory
- All Implemented Interfaces:
- org.jboss.xb.binding.ObjectModelFactory
public class ApplicationClientDDObjectFactory
- extends DDObjectFactory
A JBossXB object factory for parsing application client descriptor files.
http://java.sun.com/xml/ns/javaee/application-client_5.xsd
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
Method Summary |
void |
addChild(ApplicationClientDD parent,
EjbRef ref,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
|
void |
addChild(ApplicationClientDD parent,
EnvEntry entry,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
Called when parsing character is complete. |
void |
addChild(ApplicationClientDD parent,
LifecycleCallback lifecycleCallback,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
|
void |
addChild(ApplicationClientDD parent,
MessageDestinationRef ref,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
|
void |
addChild(ApplicationClientDD parent,
MessageDestination dest,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
|
void |
addChild(ApplicationClientDD parent,
org.jboss.wsf.spi.serviceref.ServiceRefMetaData serviceref,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
|
Object |
completeRoot(Object root,
org.jboss.xb.binding.UnmarshallingContext ctx,
String uri,
String name)
|
Object |
newChild(ApplicationClientDD parent,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs)
|
Object |
newRoot(Object root,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs)
|
static ApplicationClientDD |
parse(URL ddResource)
|
void |
setValue(ApplicationClientDD dd,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
String value)
Called when a child element with simple content is read for DD. |
void |
setValue(LifecycleCallback lifecycleCallback,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
String value)
|
void |
setValue(MessageDestination destination,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
String value)
|
Methods inherited from class org.jboss.metamodel.descriptor.DDObjectFactory |
addChild, addChild, addChild, addChild, addChild, addChild, addChild, addChild, addChild, getValue, newChild, newChild, newChild, newChild, newChild, newChild, newChild, newChild, newChild, newEnvRefGroupChild, newRefChild, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationClientDDObjectFactory
public ApplicationClientDDObjectFactory()
parse
public static ApplicationClientDD parse(URL ddResource)
throws org.jboss.xb.binding.JBossXBException,
IOException
- Throws:
org.jboss.xb.binding.JBossXBException
IOException
addChild
public void addChild(ApplicationClientDD parent,
EjbRef ref,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
addChild
public void addChild(ApplicationClientDD parent,
EnvEntry entry,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
- Called when parsing character is complete.
addChild
public void addChild(ApplicationClientDD parent,
LifecycleCallback lifecycleCallback,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
addChild
public void addChild(ApplicationClientDD parent,
MessageDestination dest,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
addChild
public void addChild(ApplicationClientDD parent,
MessageDestinationRef ref,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
addChild
public void addChild(ApplicationClientDD parent,
org.jboss.wsf.spi.serviceref.ServiceRefMetaData serviceref,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
completeRoot
public Object completeRoot(Object root,
org.jboss.xb.binding.UnmarshallingContext ctx,
String uri,
String name)
newChild
public Object newChild(ApplicationClientDD parent,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs)
newRoot
public Object newRoot(Object root,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs)
setValue
public void setValue(ApplicationClientDD dd,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
String value)
- Called when a child element with simple content is read for DD.
setValue
public void setValue(LifecycleCallback lifecycleCallback,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
String value)
setValue
public void setValue(MessageDestination destination,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
String value)
Copyright © 2009 JBoss Inc.. All Rights Reserved.