org.apache.axis2.jaxws.core
Class InvocationContextFactory

java.lang.Object
  extended by org.apache.axis2.jaxws.core.InvocationContextFactory

public class InvocationContextFactory
extends java.lang.Object

The InvocationContextFactory is used to create instances of an InvocationContext.


Constructor Summary
InvocationContextFactory()
           
 
Method Summary
static EndpointInvocationContext createEndpointInvocationContext(Binding binding)
           
static InvocationContext createInvocationContext(Binding binding)
          Creates an instance of an InvocationContext based on the Binding that was passed in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationContextFactory

public InvocationContextFactory()
Method Detail

createInvocationContext

public static InvocationContext createInvocationContext(Binding binding)
Creates an instance of an InvocationContext based on the Binding that was passed in.


createEndpointInvocationContext

public static EndpointInvocationContext createEndpointInvocationContext(Binding binding)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.