Uses of Interface
org.jboss.wsf.spi.invocation.RequestHandler
-
Packages that use RequestHandler Package Description org.jboss.wsf.spi.deployment org.jboss.wsf.spi.invocation -
-
Uses of RequestHandler in org.jboss.wsf.spi.deployment
Methods in org.jboss.wsf.spi.deployment that return RequestHandler Modifier and Type Method Description RequestHandlerEndpoint. getRequestHandler()Get the request handler for this endpointMethods in org.jboss.wsf.spi.deployment with parameters of type RequestHandler Modifier and Type Method Description voidEndpoint. setRequestHandler(RequestHandler handler)Set the request handler for this endpoint -
Uses of RequestHandler in org.jboss.wsf.spi.invocation
Methods in org.jboss.wsf.spi.invocation that return RequestHandler Modifier and Type Method Description abstract RequestHandlerRequestHandlerFactory. getRequestHandler()
-