Class EndpointContextData

  • All Implemented Interfaces:
    java.io.Serializable

    public class EndpointContextData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method getMethod()  
      void setMethod​(java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

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

      • EndpointContextData

        public EndpointContextData()
    • Method Detail

      • setMethod

        public void setMethod​(java.lang.reflect.Method method)
      • getMethod

        public java.lang.reflect.Method getMethod()