Package org.opensaml.soap.client.http
Class PipelineFactoryHttpSOAPClient.DefaultPipelineNameStrategy
- java.lang.Object
-
- org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient.DefaultPipelineNameStrategy
-
- All Implemented Interfaces:
Function<InOutOperationContext,String>
- Enclosing class:
- PipelineFactoryHttpSOAPClient
public static class PipelineFactoryHttpSOAPClient.DefaultPipelineNameStrategy extends Object implements Function<InOutOperationContext,String>
Default strategy for resolving SOAP client message pipeline name from theSOAPClientContext.getPipelineName()which is a direct child of the input operation context.
-
-
Constructor Summary
Constructors Constructor Description DefaultPipelineNameStrategy()
-
-
-
Method Detail
-
apply
public String apply(@Nullable InOutOperationContext opContext)
- Specified by:
applyin interfaceFunction<InOutOperationContext,String>
-
-