Uses of Class
org.jboss.wsf.spi.invocation.InvocationHandler

Packages that use InvocationHandler
org.jboss.wsf.spi.deployment   
org.jboss.wsf.spi.invocation   
 

Uses of InvocationHandler in org.jboss.wsf.spi.deployment
 

Methods in org.jboss.wsf.spi.deployment that return InvocationHandler
 InvocationHandler Endpoint.getInvocationHandler()
          Get the endpoint bean invoker
 

Methods in org.jboss.wsf.spi.deployment with parameters of type InvocationHandler
 void Endpoint.setInvocationHandler(InvocationHandler invoker)
          Set the endpoint bean invoker
 

Uses of InvocationHandler in org.jboss.wsf.spi.invocation
 

Methods in org.jboss.wsf.spi.invocation that return InvocationHandler
abstract  InvocationHandler InvocationHandlerFactory.newInvocationHandler(InvocationType type)
           
 



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