Package 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.
-
-
Constructor Summary
Constructors Constructor Description InvocationContextFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EndpointInvocationContext
createEndpointInvocationContext(Binding binding)
static InvocationContext
createInvocationContext(Binding binding)
Creates an instance of an InvocationContext based on the Binding that was passed in.
-
-
-
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)
-
-