Package | Description |
---|---|
org.apache.axis2.jaxws.server |
Modifier and Type | Method and Description |
---|---|
InvocationListener |
InvocationListenerFactory.createInvocationListener(MessageContext messageContext) |
Modifier and Type | Method and Description |
---|---|
List<InvocationListener> |
EndpointInvocationContextImpl.getInvocationListeners() |
List<InvocationListener> |
EndpointInvocationContext.getInvocationListeners()
Gets the InvocationListener instances from the context.
|
Modifier and Type | Method and Description |
---|---|
void |
EndpointInvocationContextImpl.addInvocationListener(InvocationListener listener) |
void |
EndpointInvocationContext.addInvocationListener(InvocationListener listener)
Adds an InvocationListener to the contex.
|
Modifier and Type | Method and Description |
---|---|
void |
EndpointInvocationContextImpl.setInvocationListeners(List<InvocationListener> listeners) |
void |
EndpointInvocationContext.setInvocationListeners(List<InvocationListener> listeners)
Sets list of InvocationListener instances
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.