Package org.apache.axis2.jaxws.server
Interface InvocationListenerFactory
-
public interface InvocationListenerFactoryThis interface will be implemented by those wishing to create instances of an InvocationListener based on certain context information for a given request. The context information may be obtained via the MessageContext provided.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvocationListenercreateInvocationListener(MessageContext messageContext)
-
-
-
Method Detail
-
createInvocationListener
InvocationListener createInvocationListener(MessageContext messageContext)
-
-