org.apache.axis2.context
Class ContextFactory

java.lang.Object
  extended byorg.apache.axis2.context.ContextFactory

public class ContextFactory
extends java.lang.Object


Constructor Summary
ContextFactory()
           
 
Method Summary
static MessageContext createMessageContext(ConfigurationContext configurationContext)
           
static OperationContext createOperationContext(AxisOperation axisOperation, ServiceContext serviceContext)
           
static ServiceContext createServiceContext(ServiceGroupContext serviceGroupContext, AxisService service)
           
static ServiceGroupContext createServiceGroupContext(ConfigurationContext configurationContext, AxisServiceGroup serviceGroup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextFactory

public ContextFactory()
Method Detail

createMessageContext

public static MessageContext createMessageContext(ConfigurationContext configurationContext)

createServiceGroupContext

public static ServiceGroupContext createServiceGroupContext(ConfigurationContext configurationContext,
                                                            AxisServiceGroup serviceGroup)

createServiceContext

public static ServiceContext createServiceContext(ServiceGroupContext serviceGroupContext,
                                                  AxisService service)
                                           throws AxisFault
Throws:
AxisFault

createOperationContext

public static OperationContext createOperationContext(AxisOperation axisOperation,
                                                      ServiceContext serviceContext)


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.