The core Facebook class implements a number of request methods for Old REST and Graph API calls.
核心Facebook类为OldREST和GraphAPI调用实现很多request方法。
As you can see from the first part of Listing 5, there are 26 request methods defined in the WSDL for the Amazon API.
从清单5的第一部分中您可以看到,有26个请求方法定义在AmazonAPI的WSDL中。
To summarize, REST is simply a specification that indicates a standard approach for a user to invoke operations on a Web resource using HTTP request methods in a Web service style.
总之,REST仅仅是一个规范,提供了一种标准方法供用户使用Web服务风格中的HTTP请求方法调用对Web资源的操作。
However, if it is necessary to have reflection calls, try to have them in init methods so that they are not executed during every request.
不过,如果有必要进行反射调用,则应尽量将其放置在初始方法中,以使其在每个请求期间都不会执行。
Different operations require different kinds of HTTP methods in the request.
不同的操作需要请求使用不同种类的HTTP方法。
Now that there is a request waiting for fulfillment, let's look at the methods that you can use to find it.
既然现在有一个等待被实现的请求,那就让我们看看您可以使用并找到它的方法。
Each of these methods obtains a SOAP message (request or response) and prints it to the console.
其中的每个方法都会获取SOAP消息(请求或响应),并将其输出到控制台。
Either way, when you call one of the service methods the stub handles converting request data objects to XML, and returned XML to response data objects, using your selected data-binding framework.
无论采用哪种方式,调用服务方法时,存根都将使用所选数据绑定框架处理将请求数据对象转换为XML,以及将返回的xml转换为响应数据对象的工作。
Subresource locators are methods that further resolve the resource that should handle a given request.
子资源定位器是能进一步解析用来处理给定请求的资源的一些方法。
There are methods to connect to a POP3 server, to get a list of available emails, to request some emails, to delete some emails and to disconnect.
有连接到POP3服务器的方法,获取邮件列表的方法,请求某些邮件的方法,删除邮件并断开的方法。
If multiple methods match a request URI, the JAX-RS selection algorithm is used to select the resource method.
如果有多个方法匹配某个请求uri,将使用JAX - RS选择算法来选择资源方法。
There are many different methods and services available to locate objects that will satisfy the request to an interface.
有许多不同的方法和服务可用来找到满足接口请求的对象。
Notice that each of these methods and properties relate to sending a request and dealing with a response.
要注意这些方法和属性都与发送请求及处理响应有关。
UDDI4J objects and methods are used to construct a request message and to send it to a registry.
UDDI4J对象和方法用来构建请求消息并将其发送到注册中心。
It USES annotations to map the resource class with a URI and to map standard HTTP methods in an HTTP request to the methods in the resource class.
它使用注释映射资源类与URI,并将HTTP请求中的标准HTTP方法映射到资源类中的方法。
You would typically invoke such methods during the processing of a POST request.
通常在处理POST请求期间调用这些方法。
Both GET and POST methods can be used, with the same functionality available for each (with a slightly different request format).
GET和POST方法都可以使用,每种方法都可以使用相同的功能(只是请求格式稍有不同)。
As long as the intent of the operation, expressed via the HTTP methods, and the implementation of that request match, the operation is considered safe.
只要通过HTTP方法表达的操作的目的与该操作的实现保持一致,操作就是安全的。
No additional configuration is required; the framework knows to call these methods when an HTTP GET request is received on the corresponding URL.
无需其他配置;当相应的URL接收到HTTPGET请求时,框架会调用这些方法。
The immediate attribute can also be set to true for command buttons whose action methods should be called during the Apply Request Values phase rather than waiting until the Invoke Application phase.
也可针对一些命令按钮将immediate属性设为true,这些命令按钮的操作方法应该在ApplyRequestValues阶段调用而不是等到Invoke Application 阶段调用。
ServletRequestAttributeListener, which contains methods that gain control whenever an attribute of the request object is added, deleted, or replaced.
ServletRequestAttributeListener中包含的方法在添加、删除或替换某个请求对象的属性时获得控制权。
In this section, we discuss the servlet context and all the supported services for wikis and blogs, including the servlet context's URL pattern, supported HTTP methods, and request parameters.
本节我们讨论servlet上下文以及针对wiki和博客的所有受支持的服务,包括servlet上下文的URL模式、受支持的HTTP方法和请求参数。
In this case, the component tree should have been constructed and saved during the processing of a previous Faces request (see the sidebar on state-saving methods).
在这种情况下,此组件树应该在处理之前的Faces请求期间构造和保存(参见侧栏状态保存方法)。
It reads all the parameters from the request object and sets it in the user object, using the set methods.
它从请求对象中读取所有参数,并将其在用户对象中用set方法进行设置。
The SolrRequestHandler interface defines the methods necessary to implement custom request handling.
SolrRequestHandler接口定义了实现定制请求处理所需的方法。
ServletRequestListener, which contains methods that gain control whenever a new servlet request object is created or deleted.
ServletRequestListener中包含的方法在创建或删除新的servlet请求对象时获得控制权。
Most of this class's methods return the note ID of the new request document in the administration requests database.
该类的大多数方法都可以返回管理请求数据库中新的请求文档的noteID。
Prototype has provided convenient methods for not only sending an Ajax request, but also for accessing the data being sent, accessing the response data, and modifying the display.
Prototype不仅为发送Ajax请求提供了便利的方法,也为访问被发送的数据、访问响应数据及修改显示提供了便利。
This would be a bad design for a profiler, where you would want to track data about many operations (and methods) per request.
对于profiler来说,这可能是个糟糕的设计,因为在profiler中可能想要跟踪每个请求中的许多操作(和方法)的数据。
If the web server sees this header in the request, it may compress the response using one of the methods listed by the client.
如果Web服务器看到此请求中的标头,它可能会压缩响应使用客户端按列出的方法之一。
应用推荐