Uses of Class
com.e_c_group.bwptk.Request

Packages that use Request
com.e_c_group.bwptk   
 

Uses of Request in com.e_c_group.bwptk
 

Methods in com.e_c_group.bwptk that return Request
 Request Request.appendChildToCommand(org.w3c.dom.Element e)
          Add an actual XML element to this command.
 Request Request.appendChildToCommand(java.lang.String tagName)
          Append an empty tag to a command; this creates an element with no content.
 Request Request.appendChildToCommand(java.lang.String tagName, java.lang.String value)
          Adds a text-only element to the command.
 Request Request.appendGroupServiceAuthorization(java.lang.String serviceName)
          Given a Request, append the groupServiceAuthorization element necessary to grant unlimited service of one group service.
 Request Request.appendTrunkGroupKey(java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String trunkGroupName)
           
 Request Request.appendUserServiceAuthorization(java.lang.String serviceName)
           
 

Methods in com.e_c_group.bwptk with parameters of type Request
 Response BroadWorksServer.getResponse(Request request)
          This sends a command in to the Broadworks server or cache, and returns the full response as a string.
 Response BroadWorksServer.getResponse(Request request, boolean readFromCache)
          This sends a command in to the Broadworks server, And returns the full response as a String.