Class DefaultEndpoint

    • Constructor Detail

      • DefaultEndpoint

        public DefaultEndpoint()
    • Method Detail

      • onFault

        public void onFault​(MessageContext synCtx)
        Description copied from class: AbstractEndpoint
        On a fault, propagate to parent if any, or call into the fault handler
        Overrides:
        onFault in class AbstractEndpoint
        Parameters:
        synCtx - the message at hand
      • onSuccess

        public void onSuccess()
        Description copied from class: AbstractEndpoint
        The SynapseCallback Receiver notifies an endpoint, if a message was successfully processed to give it a chance to clear up or reset its state to active
        Specified by:
        onSuccess in interface Endpoint
        Overrides:
        onSuccess in class AbstractEndpoint
      • send

        public void send​(MessageContext synCtx)
        Description copied from interface: Endpoint
        Sends the message context according to an endpoint specific behavior.
        Specified by:
        send in interface Endpoint
        Overrides:
        send in class AbstractEndpoint
        Parameters:
        synCtx - MessageContext to be sent.