How does creating a facade object for each pseudo-method request stack up?
如何建立一个门面对象为每个伪方法要求栈吗?
The service loads and sends the appropriate XML response based on the service method request.
该服务装载并发出了与服务方法请求相应的XML响应。
Method Request? Contains the context information such as parameters, and represents a method call on the active object.
Method Request——包含诸如参数等上下文信息,并表示对活动对象的方法调用。
The method calls (events) are queued, guaranteeing order; the next method request in the queue is not sent until the previous one returns.
将方法调用(事件)放入队列,以保证顺序。在队列中,在前一个方法请求返回之前,不会发送下一个方法请求。
If the request is asynchronous, this method returns immediately after sending the request.
如果请求是异步的,这个方法会在发送请求之后立即返回。
Finally the method sends the message to the request queue.
最后,该方法会将消息发送到请求队列。
In general, search forms should use GET as a request method, because they don't change any data on the server.
通常,搜索表单应该使用GET作为请求方法,因为它们并不更改服务器上的任何数据。
The server will then look to see if there is any other registered handler listening for the WSDL request method.
接着,服务器将查看是否有另外已注册的处理程序在侦听WSDL请求方法。
This method will request a server for an array that lists all the children of the item.
该方法将向服务器请求一个列出该条目所有子条目的数组。
Oftentimes you will not need to specify any additional information beyond the request method and header fields.
除了请求方法和头字段外,通常不需要指定任何其他信息。
This method partitions the request to specific servers for load balancing, to serve a request from a server in the requestor's local region, and so on.
该方法把请求划分给特定的负载均衡服务器,并处理来自请求者所在区域内服务器的请求及其他。
A client calls a method to receive the request and then another method to send a reply.
客户端调用方法来接收请求并调用另一个方法来发送回复。
For instance, Listing 7 shows how to specify the POST request method and send client data over a stream.
例如,清单7显示了如何指定请求方法POST并通过流发送客户机数据。
Notice the code for the client side consists only of setting the request method to GET.
注意客户端的代码只包含设置请求方法为GET的内容。
The customer name is added using the POST request method, while the order ID is generated.
客户名使用POST请求方法添加,而订单id则是生成的。
This method is invoked when the request has completed and been sent back to IIS.
当请求已完成并已发送回 IIS时调用此方法。
This method creates the request and starts it by building an NSURLConnection.
该方法创建请求,并通过构建一个NSURLConnection 而开始这个请求。
Serve a request by defining a method.
通过定义一个方法为请求提供服务。
The get method then processes this request.
get方法随后处理此请求。
requestDestroyed() - The container calls this method when a servlet request is about go out of scope.
requestDestroyed() ——当一个servlet请求即将离开范围时,容器调用这个方法。
RequestInitialized - The container calls this method when a servlet request is about to go into scope.
requestInitialized——当一个servlet请求即将进入范围时,容器调用这个方法。
A view is a simple Python method that accepts a request object and is responsible for.
视图是一个简单的Python方法,它接受一个请求对象,负责实现。
The request method determines how data will be sent to a remote resource.
请求方法(request method)确定数据如何发送给远程资源。
Synchronous - a method that represents a request queue.
Synchronous——表示请求队列的方法。
If it is ready to handle a new request, the write method enqueues the client for request processing.
如果它准备处理新请求,write方法就会为请求处理而将该客户机排到队列中。
Each request method, which the specification must support, has a doxxx method just like HTTP (Figure 3).
和HTTP一样,每个请求方法(规范必须支持)都有一个doxxx方法(图3)。
That's why Listing 9 specifically uses the Zend_Rest_Client's post() method to transmit the request.
这就是清单9特别采用 Zend_Rest_Client 的post()方法来传递请求的原因。
In the execute method, you first determine the method of request.
在execute方法中,首先决定请求的方法。
When you call a method of a secure bean, the proxy object that you got in Step 4 dispatches a method invocation request to the interceptor.
当调用安全bean的方法时,您在步骤4中获得的代理对象将一个方法调用请求分配给拦截器。
Method not allowed the method specified in the request is not allowed.
MethodNotAllowed请求中指定的方法未被允许。
应用推荐