Class ServiceRequestContext


  • public final class ServiceRequestContext
    extends java.lang.Object
    Context information about a service request for ServiceRequestCustomizer.
    Since:
    5.0.13
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceRequestContext​(java.lang.String operation)
      Creates a service request context.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String operation()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceRequestContext

        public ServiceRequestContext​(java.lang.String operation)
        Creates a service request context.
        Parameters:
        operation - name of the operation (the initiating service method name)
    • Method Detail

      • operation

        public java.lang.String operation()
        Returns:
        name of the operation