com.ibm.wsspi.webservices.binding
Interface CustomBindingContext

All Known Implementing Classes:
CustomBindingContextImpl

public interface CustomBindingContext

Both serialize and deserialize methods of CustomBinder take "CustomBindingContext" interface as part of method signature. The CustomBindingContext is designed for the custom binder to access and maintain context information during the deserialization or serialization. For 6.0 release, this context interface does not provide any concrete methods as we don't expect any kinds of usage. It's more of a place holder to enable future functionalities without changing the SPI definition.