Class ServiceGenerator
- java.lang.Object
-
- com.sun.xml.rpc.processor.generator.ServiceGenerator
-
- All Implemented Interfaces:
ProcessorAction
public class ServiceGenerator extends Object implements ProcessorAction
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description ServiceGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfail(Localizable arg)protected voidfail(String key)protected voidfail(String key, String arg)protected voidfail(String key, String arg1, String arg2)protected voidfail(Throwable arg)voidperform(Model model, Configuration config, Properties properties)
-
-
-
Method Detail
-
perform
public void perform(Model model, Configuration config, Properties properties)
- Specified by:
performin interfaceProcessorAction
-
fail
protected void fail(String key)
-
fail
protected void fail(Localizable arg)
-
fail
protected void fail(Throwable arg)
-
-