org.apache.axis2.jaxws.server
Interface InvocationListenerFactory
public interface InvocationListenerFactory
This 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.
createInvocationListener
InvocationListener createInvocationListener(MessageContext messageContext)
Copyright ? 2007 Apache Web Services Project. All Rights Reserved.