Class SOAPClientDestinationURILookup
- java.lang.Object
-
- org.opensaml.soap.client.messaging.SOAPClientDestinationURILookup
-
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 theSOAPClientContext.getDestinationURI()of the message context's parentInOutOperationContext.
-
-
Constructor Summary
Constructors Constructor Description SOAPClientDestinationURILookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(org.opensaml.messaging.context.MessageContext messageContext)
-