Class SOAPClientDestinationURILookup
java.lang.Object
org.opensaml.soap.client.messaging.SOAPClientDestinationURILookup
- All Implemented Interfaces:
Function<MessageContext,
String>
public class SOAPClientDestinationURILookup
extends Object
implements Function<MessageContext,String>
Function which resolves and returns the intended SOAP client message destination URI
via the
SOAPClientContext.getDestinationURI()
of the message context's
parent InOutOperationContext
.-
Constructor Details
-
SOAPClientDestinationURILookup
public SOAPClientDestinationURILookup()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<MessageContext,
String>
-