ParserActionFactorypublic class ParserActionFactory extends Object
Constructors Summary |
---|
private ParserActionFactory()
|
Methods Summary |
---|
public static ParserAction | makeNormalAction(java.lang.String propertyName, com.sun.corba.se.spi.orb.Operation operation, java.lang.String fieldName)
return new NormalParserAction( propertyName, operation, fieldName ) ;
| public static ParserAction | makePrefixAction(java.lang.String propertyName, com.sun.corba.se.spi.orb.Operation operation, java.lang.String fieldName, java.lang.Class componentType)
return new PrefixParserAction( propertyName, operation, fieldName, componentType ) ;
|
|