org.apache.axis2.jaxws.core
Class InvocationContextFactory
java.lang.Object
org.apache.axis2.jaxws.core.InvocationContextFactory
public class InvocationContextFactory
- extends Object
The InvocationContextFactory is used to create instances of an InvocationContext.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationContextFactory
public InvocationContextFactory()
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 © 2004-2012 The Apache Software Foundation. All Rights Reserved.