Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
This class exists to that Java client generators can specify whether
an XML generator is required to match the methods in the
Java client. For example, a Java client built entirely with
annotations does not need matching XML.
Public Constructors
public
AbstractJavaClientGenerator
(boolean requiresXMLGenerator)
Public Methods
public
abstract
AbstractXmlGenerator
getMatchedXMLGenerator
()
This method returns an instance of the XML generator associated
with this client generator.
Returns
- the matched XML generator. May return null if no
XML is required by this generator
public
boolean
requiresXMLGenerator
()
Returns
- true if matching XML is required