Package com.sun.xml.rpc.plugins
Class SecurityPlugin
java.lang.Object
com.sun.xml.rpc.tools.plugin.ToolPlugin
com.sun.xml.rpc.plugins.SecurityPlugin
- All Implemented Interfaces:
ModelIf,StubHooksIf,TieHooksIf,UsageIf
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.xml.rpc.tools.wscompile.ModelIf
ModelIf.ModelPropertyNested classes/interfaces inherited from interface com.sun.xml.rpc.tools.wscompile.StubHooksIf
StubHooksIf.StubHooksStateNested classes/interfaces inherited from interface com.sun.xml.rpc.tools.wscompile.TieHooksIf
TieHooksIf.TieHooksStateNested classes/interfaces inherited from interface com.sun.xml.rpc.tools.wscompile.UsageIf
UsageIf.UsageError -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid_preHandlingHook(Model model, IndentingWriter p, StubHooksIf.StubHooksState state) void_preRequestSendingHook(Model model, IndentingWriter p, StubHooksIf.StubHooksState state) booleanparseArguments(String[] args, UsageIf.UsageError err) After processing the argument in the array, mark the index as nullvoidpostResponseWritingHook(Model model, IndentingWriter p, TieHooksIf.TieHooksState state) voidpreHandlingHook(Model model, IndentingWriter p, TieHooksIf.TieHooksState state) voidupdateModel(ModelIf.ModelProperty property) voidwriteStubStatic(Model model, Port port, IndentingWriter p) voidwriteStubStatic(Model model, IndentingWriter p) voidwriteTieStatic(Model model, Port port, IndentingWriter p) voidwriteTieStatic(Model model, IndentingWriter p)
-
Constructor Details
-
SecurityPlugin
public SecurityPlugin()
-
-
Method Details
-
getOptionsUsage
- Specified by:
getOptionsUsagein interfaceUsageIf- Returns:
- how to use the options of wscompile
-
getFeaturesUsage
- Specified by:
getFeaturesUsagein interfaceUsageIf- Returns:
- how to use the wscompile features
-
getInternalUsage
- Specified by:
getInternalUsagein interfaceUsageIf- Returns:
- intals of wscompile
-
getExamplesUsage
- Specified by:
getExamplesUsagein interfaceUsageIf- Returns:
- some examples of how to use wscompile
-
parseArguments
Description copied from interface:UsageIfAfter processing the argument in the array, mark the index as null- Specified by:
parseArgumentsin interfaceUsageIf- Returns:
- false if there is a problem with the expected arguments
-
updateModel
- Specified by:
updateModelin interfaceModelIf
-
_preHandlingHook
public void _preHandlingHook(Model model, IndentingWriter p, StubHooksIf.StubHooksState state) throws IOException - Specified by:
_preHandlingHookin interfaceStubHooksIf- Throws:
IOException
-
_preRequestSendingHook
public void _preRequestSendingHook(Model model, IndentingWriter p, StubHooksIf.StubHooksState state) throws IOException - Specified by:
_preRequestSendingHookin interfaceStubHooksIf- Throws:
IOException
-
preHandlingHook
public void preHandlingHook(Model model, IndentingWriter p, TieHooksIf.TieHooksState state) throws IOException - Specified by:
preHandlingHookin interfaceTieHooksIf- Throws:
IOException
-
postResponseWritingHook
public void postResponseWritingHook(Model model, IndentingWriter p, TieHooksIf.TieHooksState state) throws IOException - Specified by:
postResponseWritingHookin interfaceTieHooksIf- Throws:
IOException
-
writeStubStatic
- Specified by:
writeStubStaticin interfaceStubHooksIf- Throws:
IOException
-
writeTieStatic
- Specified by:
writeTieStaticin interfaceTieHooksIf- Throws:
IOException
-
writeStubStatic
- Specified by:
writeStubStaticin interfaceStubHooksIf- Throws:
IOException
-
writeTieStatic
- Specified by:
writeTieStaticin interfaceTieHooksIf- Throws:
IOException
-