Package com.verisign.epp.codec.unhandlednamespaces.v1_0
-
Interface Summary Interface Description EPPUnhandledNamespacesMonitor Interface that can be passed into the filter classes (EPPUnhandledNamespacesResponseFilter
andEPPUnhandledNamespacesPollMessageFilter
) to implement a customized form of monitoring for returning unhandled namespace information to clients and to report it to the clients out of band to EPP. -
Class Summary Class Description EPPUnhandledNamespace Class used to hold the unhandled namespace information, which includes the namespace URI and the response XML of the unhandled namespace.EPPUnhandledNamespacesExtFactory Factory for implementation of the Unhandled NamespacesRFC 9038
.EPPUnhandledNamespacesMonitorLogger Monitor for unhandled namespaces by logging the full XML namespaces for the unhandled namespaces.EPPUnhandledNamespacesPollMessageFilter EPPUnhandledNamespacesPollMessageFilter
is a utility class used to filter poll messageEPPResponse
instances against the list of client-specified object services and extension services, perRFC 9038
.EPPUnhandledNamespacesResponseFilter EPPUnhandledNamespacesResponseFilter
is a utility class used to filter command response extensions, perRFC 9038
.