| Package | Description |
|---|---|
| org.apache.axis2.jaxws.registry | |
| org.apache.axis2.jaxws.server |
| Modifier and Type | Method and Description |
|---|---|
static Collection<InvocationListenerFactory> |
InvocationListenerRegistry.getFactories()
This method will return all the InvocationListenerFactory instances
that have been registered.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
InvocationListenerRegistry.addFactory(InvocationListenerFactory facInstance)
This method accepts an object instance that is an implementation of
the InvocationListenerFactory.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<InvocationListenerFactory> |
EndpointInvocationContextImpl.getInvocationListenerFactories() |
Collection<InvocationListenerFactory> |
EndpointInvocationContext.getInvocationListenerFactories()
Returns the InvocationListenerFactory instances registered with JAX-WS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointInvocationContextImpl.setInvocationListenerFactories(Collection<InvocationListenerFactory> ilFactories) |
void |
EndpointInvocationContext.setInvocationListenerFactories(Collection<InvocationListenerFactory> factories)
Sets the InvocationListenerFactory instances registered with JAX-WS.
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.