Package org.apache.axis2.jaxws.core
Class InvocationContextFactory
java.lang.Object
org.apache.axis2.jaxws.core.InvocationContextFactory
The InvocationContextFactory is used to create instances of an InvocationContext.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EndpointInvocationContextcreateEndpointInvocationContext(jakarta.xml.ws.Binding binding) static InvocationContextcreateInvocationContext(jakarta.xml.ws.Binding binding) Creates an instance of an InvocationContext based on the Binding that was passed in.
-
Constructor Details
-
InvocationContextFactory
public InvocationContextFactory()
-
-
Method Details
-
createInvocationContext
Creates an instance of an InvocationContext based on the Binding that was passed in. -
createEndpointInvocationContext
public static EndpointInvocationContext createEndpointInvocationContext(jakarta.xml.ws.Binding binding)
-