Uses of Interface
jakarta.xml.ws.handler.LogicalMessageContext
-
Packages that use LogicalMessageContext Package Description jakarta.xml.ws.handler This package defines APIs for message handlers.org.jboss.ws.api.handler Convenient extensions to JAX-WS handler framework -
-
Uses of LogicalMessageContext in jakarta.xml.ws.handler
Classes in jakarta.xml.ws.handler with type parameters of type LogicalMessageContext Modifier and Type Interface Description interfaceLogicalHandler<C extends LogicalMessageContext>TheLogicalHandlerextends Handler to provide typesafety for the message context parameter. -
Uses of LogicalMessageContext in org.jboss.ws.api.handler
Classes in org.jboss.ws.api.handler with type parameters of type LogicalMessageContext Modifier and Type Class Description classGenericLogicalHandler<C extends LogicalMessageContext>A generic JAX-WS logical handler
-