|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationListenerFactory | |
---|---|
org.apache.axis2.jaxws.registry | |
org.apache.axis2.jaxws.server |
Uses of InvocationListenerFactory in org.apache.axis2.jaxws.registry |
---|
Methods in org.apache.axis2.jaxws.registry that return types with arguments of type InvocationListenerFactory | |
---|---|
static java.util.Collection<InvocationListenerFactory> |
InvocationListenerRegistry.getFactories()
This method will return all the InvocationListenerFactory instances that have been registered. |
Methods in org.apache.axis2.jaxws.registry with parameters of type InvocationListenerFactory | |
---|---|
static void |
InvocationListenerRegistry.addFactory(InvocationListenerFactory facInstance)
This method accepts an object instance that is an implementation of the InvocationListenerFactory. |
Uses of InvocationListenerFactory in org.apache.axis2.jaxws.server |
---|
Methods in org.apache.axis2.jaxws.server that return types with arguments of type InvocationListenerFactory | |
---|---|
java.util.Collection<InvocationListenerFactory> |
EndpointInvocationContextImpl.getInvocationListenerFactories()
|
java.util.Collection<InvocationListenerFactory> |
EndpointInvocationContext.getInvocationListenerFactories()
Returns the InvocationListenerFactory instances registered with JAX-WS. |
Method parameters in org.apache.axis2.jaxws.server with type arguments of type InvocationListenerFactory | |
---|---|
void |
EndpointInvocationContextImpl.setInvocationListenerFactories(java.util.Collection<InvocationListenerFactory> ilFactories)
|
void |
EndpointInvocationContext.setInvocationListenerFactories(java.util.Collection<InvocationListenerFactory> factories)
Sets the InvocationListenerFactory instances registered with JAX-WS. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |