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