Methods in org.jboss.ejb3.metamodel with parameters of type Webservices |
void |
JBossDDObjectFactory.addChild(EjbJarDD parent,
Webservices webservices,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
Called when parsing character is complete. |
void |
JBossDDObjectFactory.addChild(Webservices parent,
WebserviceDescription desc,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
Called when parsing character is complete. |
Object |
JBossDDObjectFactory.newChild(Webservices webservices,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs)
Called when parsing of a new element started. |
void |
JBossDDObjectFactory.setValue(Webservices webservices,
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 |
EjbJarDD.setWebservices(Webservices webservices)
|