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

Packages that use InvocationContext
org.jboss.wsf.spi.invocation   
 

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

Methods in org.jboss.wsf.spi.invocation that return InvocationContext
 InvocationContext Invocation.getInvocationContext()
           
 

Methods in org.jboss.wsf.spi.invocation with parameters of type InvocationContext
 void RequestHandler.handleRequest(Endpoint endpoint, java.io.InputStream inputStream, java.io.OutputStream outputStream, InvocationContext context)
          Handle a web service request
 void RequestHandler.handleWSDLRequest(Endpoint endpoint, java.io.OutputStream output, InvocationContext context)
          Handle a wsdl request
 void Invocation.setInvocationContext(InvocationContext invocationContext)
           
 



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