Uses of Interface
org.jboss.wsf.spi.invocation.RequestHandler

Packages that use RequestHandler
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
 RequestHandler Endpoint.getRequestHandler()
          Get the request handler for this endpoint
 

Methods in org.jboss.wsf.spi.deployment with parameters of type RequestHandler
 void Endpoint.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
abstract  RequestHandler RequestHandlerFactory.newRequestHandler()
           
 



Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.