Package com.sun.xml.rpc.encoding
Interface _Initializable
-
- All Known Implementing Classes:
StubBase
public interface _InitializableStubs/Serializers implement this interface so that they can initialize the serializers they will need- Author:
- JAX-RPC Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void_initialize(InternalTypeMappingRegistry registry)Allows the implementors to retrieve and cache serializers during system intialization
-
-
-
Method Detail
-
_initialize
void _initialize(InternalTypeMappingRegistry registry) throws Exception
Allows the implementors to retrieve and cache serializers during system intialization- Throws:
Exception- This exception may be thrown if there is a problem initializing
-
-