org.objectweb.jonas_lib.deployment.rules.AnonymousQNameRule Class Reference

Inherits org.objectweb.jonas_lib.deployment.rules.QNameRule.

Inheritance diagram for org.objectweb.jonas_lib.deployment.rules.AnonymousQNameRule:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_lib.deployment.rules.AnonymousQNameRule:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void body (String namespace, String name, String text)

Detailed Description

Rule that create a new QName object for anonymous-type-qname in jaxrpc mapping file.
Author:
Guillaume Sauthier

Definition at line 36 of file AnonymousQNameRule.java.


Member Function Documentation

void org.objectweb.jonas_lib.deployment.rules.AnonymousQNameRule.body String  namespace,
String  name,
String  text
 

This method is called when the body of a matching XML element is encountered. If the element has no body, this method is not called at all. The default implementation delegates to the deprecated method body without the namespace and name parameters, to retain backwards compatibility.

Parameters:
namespace the namespace URI of the matching element, or an empty string if the parser is not namespace aware or the element has no namespace
name the local name if the parser is namespace aware, or just the element name otherwise
text The text of the body of this element

Reimplemented from org.objectweb.jonas_lib.deployment.rules.QNameRule.

Definition at line 51 of file AnonymousQNameRule.java.

References org.objectweb.jonas_lib.deployment.xml.Qname.setName(), and org.objectweb.jonas_lib.deployment.xml.Qname.setQName().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:16 2005 for JOnAS by  doxygen 1.3.9.1