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 -
Method Summary
Modifier and TypeMethodDescriptionvoid_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 Details
-
writeStubStatic
- Throws:
IOException
-
writeStubStatic
- 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
-