org.jboss.wsf.spi.invocation
Class WebServiceContextFactory

java.lang.Object
  extended by org.jboss.wsf.spi.invocation.WebServiceContextFactory
All Implemented Interfaces:
SPIView

public abstract class WebServiceContextFactory
extends java.lang.Object
implements SPIView

Author:
Heiko.Braun@jboss.com Created: Jul 25, 2007

Constructor Summary
WebServiceContextFactory()
           
 
Method Summary
abstract  ExtensibleWebServiceContext newWebServiceContext(InvocationType type, javax.xml.ws.handler.MessageContext messageContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceContextFactory

public WebServiceContextFactory()
Method Detail

newWebServiceContext

public abstract ExtensibleWebServiceContext newWebServiceContext(InvocationType type,
                                                                 javax.xml.ws.handler.MessageContext messageContext)


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