Package com.sun.xml.rpc.tools.wscompile
Interface StubHooksIf
-
- All Known Implementing Classes:
SecurityPlugin
public interface StubHooksIf- Author:
- JAX-RPC Development Team
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStubHooksIf.StubHooksState
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void_preHandlingHook(Model model, IndentingWriter p, StubHooksIf.StubHooksState state)void_preRequestSendingHook(Model model, IndentingWriter p, StubHooksIf.StubHooksState state)voidwriteStubStatic(Model model, Port port, IndentingWriter p)voidwriteStubStatic(Model model, IndentingWriter p)
-
-
-
Method Detail
-
writeStubStatic
void writeStubStatic(Model model, Port port, IndentingWriter p) throws IOException
- Throws:
IOException
-
writeStubStatic
void writeStubStatic(Model model, IndentingWriter p) throws IOException
- Throws:
IOException
-
_preHandlingHook
void _preHandlingHook(Model model, IndentingWriter p, StubHooksIf.StubHooksState state) throws IOException
- Throws:
IOException
-
_preRequestSendingHook
void _preRequestSendingHook(Model model, IndentingWriter p, StubHooksIf.StubHooksState state) throws IOException
- Throws:
IOException
-
-