|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.registry.InvocationListenerRegistry
public class InvocationListenerRegistry
This class will provide a means for JAX-WS users to register InvocationListenerFactory implementations. This will manage the factory implementations such that they list of factories is only built when necessary so as to reduce the overhead of doing this on a per-request basis.
Constructor Summary | |
---|---|
InvocationListenerRegistry()
|
Method Summary | |
---|---|
static void |
addFactory(InvocationListenerFactory facInstance)
This method accepts an object instance that is an implementation of the InvocationListenerFactory. |
static java.util.Collection<InvocationListenerFactory> |
getFactories()
This method will return all the InvocationListenerFactory instances that have been registered. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvocationListenerRegistry()
Method Detail |
---|
public static void addFactory(InvocationListenerFactory facInstance)
public static java.util.Collection<InvocationListenerFactory> getFactories()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |