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:
com.sun.xml.rpc.tools.wscompile.ModelIf,com.sun.xml.rpc.tools.wscompile.StubHooksIf,com.sun.xml.rpc.tools.wscompile.TieHooksIf,com.sun.xml.rpc.tools.wscompile.UsageIf
public class SecurityPlugin extends com.sun.xml.rpc.tools.plugin.ToolPlugin implements com.sun.xml.rpc.tools.wscompile.UsageIf, com.sun.xml.rpc.tools.wscompile.ModelIf, com.sun.xml.rpc.tools.wscompile.StubHooksIf, com.sun.xml.rpc.tools.wscompile.TieHooksIf
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.sun.xml.rpc.tools.wscompile.ModelIf
com.sun.xml.rpc.tools.wscompile.ModelIf.ModelProperty
-
Nested classes/interfaces inherited from interface com.sun.xml.rpc.tools.wscompile.StubHooksIf
com.sun.xml.rpc.tools.wscompile.StubHooksIf.StubHooksState
-
-
Constructor Summary
Constructors Constructor Description SecurityPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void_preHandlingHook(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.util.IndentingWriter p, com.sun.xml.rpc.tools.wscompile.StubHooksIf.StubHooksState state)void_preRequestSendingHook(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.util.IndentingWriter p, com.sun.xml.rpc.tools.wscompile.StubHooksIf.StubHooksState state)com.sun.xml.rpc.util.localization.LocalizablegetExamplesUsage()com.sun.xml.rpc.util.localization.LocalizablegetFeaturesUsage()com.sun.xml.rpc.util.localization.LocalizablegetInternalUsage()com.sun.xml.rpc.util.localization.LocalizablegetOptionsUsage()booleanparseArguments(String[] args, com.sun.xml.rpc.tools.wscompile.UsageIf.UsageError err)voidpostResponseWritingHook(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.util.IndentingWriter p, com.sun.xml.rpc.tools.wscompile.TieHooksIf.TieHooksState state)voidpreHandlingHook(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.util.IndentingWriter p, com.sun.xml.rpc.tools.wscompile.TieHooksIf.TieHooksState state)voidupdateModel(com.sun.xml.rpc.tools.wscompile.ModelIf.ModelProperty property)voidwriteStubStatic(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.model.Port port, com.sun.xml.rpc.processor.util.IndentingWriter p)voidwriteStubStatic(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.util.IndentingWriter p)voidwriteTieStatic(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.model.Port port, com.sun.xml.rpc.processor.util.IndentingWriter p)voidwriteTieStatic(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.util.IndentingWriter p)
-
-
-
Method Detail
-
getOptionsUsage
public com.sun.xml.rpc.util.localization.Localizable getOptionsUsage()
- Specified by:
getOptionsUsagein interfacecom.sun.xml.rpc.tools.wscompile.UsageIf
-
getFeaturesUsage
public com.sun.xml.rpc.util.localization.Localizable getFeaturesUsage()
- Specified by:
getFeaturesUsagein interfacecom.sun.xml.rpc.tools.wscompile.UsageIf
-
getInternalUsage
public com.sun.xml.rpc.util.localization.Localizable getInternalUsage()
- Specified by:
getInternalUsagein interfacecom.sun.xml.rpc.tools.wscompile.UsageIf
-
getExamplesUsage
public com.sun.xml.rpc.util.localization.Localizable getExamplesUsage()
- Specified by:
getExamplesUsagein interfacecom.sun.xml.rpc.tools.wscompile.UsageIf
-
parseArguments
public boolean parseArguments(String[] args, com.sun.xml.rpc.tools.wscompile.UsageIf.UsageError err)
- Specified by:
parseArgumentsin interfacecom.sun.xml.rpc.tools.wscompile.UsageIf
-
updateModel
public void updateModel(com.sun.xml.rpc.tools.wscompile.ModelIf.ModelProperty property)
- Specified by:
updateModelin interfacecom.sun.xml.rpc.tools.wscompile.ModelIf
-
_preHandlingHook
public void _preHandlingHook(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.util.IndentingWriter p, com.sun.xml.rpc.tools.wscompile.StubHooksIf.StubHooksState state) throws IOException- Specified by:
_preHandlingHookin interfacecom.sun.xml.rpc.tools.wscompile.StubHooksIf- Throws:
IOException
-
_preRequestSendingHook
public void _preRequestSendingHook(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.util.IndentingWriter p, com.sun.xml.rpc.tools.wscompile.StubHooksIf.StubHooksState state) throws IOException- Specified by:
_preRequestSendingHookin interfacecom.sun.xml.rpc.tools.wscompile.StubHooksIf- Throws:
IOException
-
preHandlingHook
public void preHandlingHook(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.util.IndentingWriter p, com.sun.xml.rpc.tools.wscompile.TieHooksIf.TieHooksState state) throws IOException- Specified by:
preHandlingHookin interfacecom.sun.xml.rpc.tools.wscompile.TieHooksIf- Throws:
IOException
-
postResponseWritingHook
public void postResponseWritingHook(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.util.IndentingWriter p, com.sun.xml.rpc.tools.wscompile.TieHooksIf.TieHooksState state) throws IOException- Specified by:
postResponseWritingHookin interfacecom.sun.xml.rpc.tools.wscompile.TieHooksIf- Throws:
IOException
-
writeStubStatic
public void writeStubStatic(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.util.IndentingWriter p) throws IOException- Specified by:
writeStubStaticin interfacecom.sun.xml.rpc.tools.wscompile.StubHooksIf- Throws:
IOException
-
writeTieStatic
public void writeTieStatic(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.util.IndentingWriter p) throws IOException- Specified by:
writeTieStaticin interfacecom.sun.xml.rpc.tools.wscompile.TieHooksIf- Throws:
IOException
-
writeStubStatic
public void writeStubStatic(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.model.Port port, com.sun.xml.rpc.processor.util.IndentingWriter p) throws IOException- Specified by:
writeStubStaticin interfacecom.sun.xml.rpc.tools.wscompile.StubHooksIf- Throws:
IOException
-
writeTieStatic
public void writeTieStatic(com.sun.xml.rpc.processor.model.Model model, com.sun.xml.rpc.processor.model.Port port, com.sun.xml.rpc.processor.util.IndentingWriter p) throws IOException- Specified by:
writeTieStaticin interfacecom.sun.xml.rpc.tools.wscompile.TieHooksIf- Throws:
IOException
-
-