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 theSOAPClientContext.getDestinationURI()of the message context's parentInOutOperationContext.
-
-
Constructor Summary
Constructors Constructor Description SOAPClientDestinationURILookup()
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable MessageContext messageContext)
- Specified by:
applyin interfaceFunction<MessageContext,String>
-
-