Interface ActionEndpoints


  • public interface ActionEndpoints
    Generated by: JavaInterface
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ch.loway.oss.ari4java.generated.actions.requests.EndpointsGetRequest get()
      Details for an endpoint.
      ch.loway.oss.ari4java.generated.actions.requests.EndpointsListGetRequest list()
      List all endpoints.
      ch.loway.oss.ari4java.generated.actions.requests.EndpointsListByTechGetRequest listByTech()
      List available endoints for a given endpoint technology.
      ch.loway.oss.ari4java.generated.actions.requests.EndpointsSendMessagePutRequest sendMessage​(java.lang.String to, java.lang.String from)
      Send a message to some technology URI or endpoint.
      ch.loway.oss.ari4java.generated.actions.requests.EndpointsSendMessageToEndpointPutRequest sendMessageToEndpoint​(java.lang.String from)
      Send a message to some endpoint in a technology.
    • Method Detail

      • sendMessageToEndpoint

        ch.loway.oss.ari4java.generated.actions.requests.EndpointsSendMessageToEndpointPutRequest sendMessageToEndpoint​(java.lang.String from)
                                                                                                                 throws RestException
        Send a message to some endpoint in a technology.
        Parameters:
        from - The endpoint resource or technology specific identity to send this message from. Valid resources are sip, pjsip, and xmpp.
        Returns:
        EndpointsSendMessageToEndpointPutRequest
        Throws:
        RestException - an error
        Since:
        ARI_1_5_0
      • list

        ch.loway.oss.ari4java.generated.actions.requests.EndpointsListGetRequest list()
                                                                               throws RestException
        List all endpoints.
        Returns:
        EndpointsListGetRequest
        Throws:
        RestException - an error
        Since:
        ARI_0_0_1
      • listByTech

        ch.loway.oss.ari4java.generated.actions.requests.EndpointsListByTechGetRequest listByTech()
                                                                                           throws RestException
        List available endoints for a given endpoint technology.
        Returns:
        EndpointsListByTechGetRequest
        Throws:
        RestException - an error
        Since:
        ARI_0_0_1
      • get

        ch.loway.oss.ari4java.generated.actions.requests.EndpointsGetRequest get()
                                                                          throws RestException
        Details for an endpoint.
        Returns:
        EndpointsGetRequest
        Throws:
        RestException - an error
        Since:
        ARI_0_0_1
      • sendMessage

        ch.loway.oss.ari4java.generated.actions.requests.EndpointsSendMessagePutRequest sendMessage​(java.lang.String to,
                                                                                                    java.lang.String from)
                                                                                             throws RestException
        Send a message to some technology URI or endpoint.
        Parameters:
        to - The endpoint resource or technology specific URI to send the message to. Valid resources are sip, pjsip, and xmpp.
        from - The endpoint resource or technology specific identity to send this message from. Valid resources are sip, pjsip, and xmpp.
        Returns:
        EndpointsSendMessagePutRequest
        Throws:
        RestException - an error
        Since:
        ARI_1_5_0