Class SOAPClientDestinationURILookup

  • All Implemented Interfaces:
    Function<org.opensaml.messaging.context.MessageContext,​String>

    public class SOAPClientDestinationURILookup
    extends Object
    implements Function<org.opensaml.messaging.context.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 Detail

      • SOAPClientDestinationURILookup

        public SOAPClientDestinationURILookup()
    • Method Detail

      • apply

        @Nullable
        public String apply​(@Nullable
                            org.opensaml.messaging.context.MessageContext messageContext)
        Specified by:
        apply in interface Function<org.opensaml.messaging.context.MessageContext,​String>