org.apache.axis2.util
Interface TargetResolver
public interface TargetResolver
TargetResolver
Interface to be implemented by code to update the invocation target URL
before the transport is selected and the engine invoked.
Examples of use:
1. wsa:To set to a URN value which needs translated to a targetable URL
2. support clustering where a single URI may repesent multiple servers and one must be selected
Method Summary |
void |
resolveTarget(MessageContext messageContext)
resolveTarget examines the MessageContext and updates the MessageContext
in order to resolve the target. |
resolveTarget
void resolveTarget(MessageContext messageContext)
- resolveTarget examines the MessageContext and updates the MessageContext
in order to resolve the target.