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
com.sun.xml.rpc.tools.wscompile.UsageIf.UsageErrorcom.sun.xml.rpc.tools.wscompile.ModelIf.ModelProperty| Constructor and Description |
|---|
SecurityPlugin() |
| Modifier and Type | Method and 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.Localizable |
getExamplesUsage() |
com.sun.xml.rpc.util.localization.Localizable |
getFeaturesUsage() |
com.sun.xml.rpc.util.localization.Localizable |
getInternalUsage() |
com.sun.xml.rpc.util.localization.Localizable |
getOptionsUsage() |
boolean |
parseArguments(String[] args,
com.sun.xml.rpc.tools.wscompile.UsageIf.UsageError err) |
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) |
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) |
void |
updateModel(com.sun.xml.rpc.tools.wscompile.ModelIf.ModelProperty property) |
void |
writeStubStatic(com.sun.xml.rpc.processor.model.Model model,
com.sun.xml.rpc.processor.util.IndentingWriter p) |
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) |
void |
writeTieStatic(com.sun.xml.rpc.processor.model.Model model,
com.sun.xml.rpc.processor.util.IndentingWriter p) |
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) |
public com.sun.xml.rpc.util.localization.Localizable getOptionsUsage()
getOptionsUsage in interface com.sun.xml.rpc.tools.wscompile.UsageIfpublic com.sun.xml.rpc.util.localization.Localizable getFeaturesUsage()
getFeaturesUsage in interface com.sun.xml.rpc.tools.wscompile.UsageIfpublic com.sun.xml.rpc.util.localization.Localizable getInternalUsage()
getInternalUsage in interface com.sun.xml.rpc.tools.wscompile.UsageIfpublic com.sun.xml.rpc.util.localization.Localizable getExamplesUsage()
getExamplesUsage in interface com.sun.xml.rpc.tools.wscompile.UsageIfpublic boolean parseArguments(String[] args, com.sun.xml.rpc.tools.wscompile.UsageIf.UsageError err)
parseArguments in interface com.sun.xml.rpc.tools.wscompile.UsageIfpublic void updateModel(com.sun.xml.rpc.tools.wscompile.ModelIf.ModelProperty property)
updateModel in interface com.sun.xml.rpc.tools.wscompile.ModelIfpublic 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
_preHandlingHook in interface com.sun.xml.rpc.tools.wscompile.StubHooksIfIOExceptionpublic 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
_preRequestSendingHook in interface com.sun.xml.rpc.tools.wscompile.StubHooksIfIOExceptionpublic 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
preHandlingHook in interface com.sun.xml.rpc.tools.wscompile.TieHooksIfIOExceptionpublic 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
postResponseWritingHook in interface com.sun.xml.rpc.tools.wscompile.TieHooksIfIOExceptionpublic void writeStubStatic(com.sun.xml.rpc.processor.model.Model model,
com.sun.xml.rpc.processor.util.IndentingWriter p)
throws IOException
writeStubStatic in interface com.sun.xml.rpc.tools.wscompile.StubHooksIfIOExceptionpublic void writeTieStatic(com.sun.xml.rpc.processor.model.Model model,
com.sun.xml.rpc.processor.util.IndentingWriter p)
throws IOException
writeTieStatic in interface com.sun.xml.rpc.tools.wscompile.TieHooksIfIOExceptionpublic 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
writeStubStatic in interface com.sun.xml.rpc.tools.wscompile.StubHooksIfIOExceptionpublic 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
writeTieStatic in interface com.sun.xml.rpc.tools.wscompile.TieHooksIfIOExceptionCopyright © 2005–2017 Oracle Corporation. All rights reserved.