Package com.sun.xml.rpc.tools.wscompile
Interface TieHooksIf
-
- All Known Implementing Classes:
SecurityPlugin
public interface TieHooksIf- Author:
- JAX-RPC Development Team
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTieHooksIf.TieHooksState
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostResponseWritingHook(Model model, IndentingWriter p, TieHooksIf.TieHooksState state)voidpreHandlingHook(Model model, IndentingWriter p, TieHooksIf.TieHooksState state)voidwriteTieStatic(Model model, Port port, IndentingWriter p)voidwriteTieStatic(Model model, IndentingWriter p)
-
-
-
Method Detail
-
writeTieStatic
void writeTieStatic(Model model, Port port, IndentingWriter p) throws IOException
- Throws:
IOException
-
writeTieStatic
void writeTieStatic(Model model, IndentingWriter p) throws IOException
- Throws:
IOException
-
preHandlingHook
void preHandlingHook(Model model, IndentingWriter p, TieHooksIf.TieHooksState state) throws IOException
- Throws:
IOException
-
postResponseWritingHook
void postResponseWritingHook(Model model, IndentingWriter p, TieHooksIf.TieHooksState state) throws IOException
- Throws:
IOException
-
-