Otherwise the first request to a Transaction Class could take some time because the servant region would need to be started.
否则,针对某个事务分类的第一个请求可能要花一些时间,因为需要启动服务区域。
Often, a request requires an instance of a certain class, but this object does not (and should not) need to be recreated in every request.
每个请求都需要特定类的实例,但此对象并不(也不应)需要在每个请求中重新创建。
They can be embedded within a request or response class, and serve as the key data that the client USES.
基类可以被嵌入在请求或响应类中,还可以用作客户机使用的关键数据。
A new request comes in and stays in the new service class work queue.
新的请求传入并滞留在新的服务分类工作队列中。
Notice how I access the class from a custom class loader, which loads the compiled bytecodes upon request.
注意我是如何使用自定义的类加载器访问这个类的,该加载器按照请求加载编译后的字节码。
This class encodes the SOAP request message, sends it out and deals with the result, and the WSDL file is loaded and parsed.
这个类编码SOAP请求消息、把消息发送出去并处理结果,还要装载和解析WSDL文件。
Classes are reloaded not only after class garbage-collection; they can also be reloaded at Java programs' request.
类不仅会在该类的对象被垃圾回收时加载,它同样会因程序的需要而被重新加载。
First, you group the associated request URIs into a transaction class (see Figure 3).
首先,把相关联的请求uri分组在一个事务类中(见图3)。
For each Request and Response, this class will simply print out the action and who it is to or from.
对于每个请求和响应,此类将直接打印操作及其发出者或接收者。
The request processor USES the request URI to find, match, and invoke the corresponding resource class and method.
请求处理器使用请求uri寻找、匹配和调用相应的资源类和方法。
On the server side the URN is extracted and used to look up the class that should receive the request.
在服务器端,URN被抽取出来并用来查找应接收该请求的类。
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方法映射到资源类中的方法。
The service name of the request is used to map the request to a transaction class.
请求的服务名用于将请求映射到事务类。
Requests are mapped to a WLM transaction class based on attributes of the request, such as the URL for HTTP requests.
请求基于请求属性映射到wlm事务类,如HTTP请求的URL。
The SOAP binding calls the target method in the target class and passes the Request object as a parameter.
SOAP绑定调用目标类中的目标方法,并将Request对象作为参数传递。
A class that provides the mechanism for initiating a cancellation request.
一个为初始化撤销请求提供相应机制的类。
More than one class needs to handle a particular request.
多于一个的类需要处理特别的请求。
This means that if the application has to maintain state in AjaxBean class then it will be erased when a new request comes.
这意味着如果应用程序必须在AjaxBean类中维护状态,那么当新请求来临时它就被抹掉了。
To configure CXF dynamically, you need to make use of this implied typing and cast the proxy to the BindingProvider class, then access the request context property map through that cast.
要想动态地配置CXF,需要使用这个隐含的类型并把代理转换为bindingprovider类,然后通过类型转换访问请求上下文属性映射。
The SametimeUnyteService class provides methods to handle generating request URLs to start and join a meeting session, and a method to determine the status of a particular session.
sametimeunyteservice类提供了方法来处理生成的请求URL(开始或加入会议会话),并且提供一种方法确定某个会话的状态。
TurboGears' request dispatch mechanism is routed via controller class and method names.
TurboGears的请求分发机制通过控制器类和方法名进行路由。
Listing 3 shows how to configure the BrowserIdFilter class in web.xml so the filter can intercept every HTTP request.
清单3展示了如何在web . xml中配置browseridfilter类,以便过滤器能够截获每个HTTP请求。
For the POST request, you create a client class, client.
对于POST请求,创建一个客户端类Client。
First, the request enters the execute method in the SearchAction class.
首先,该请求输入searchaction类中的execute方法。
The Controller looks at the incoming event and dispatches the request to an Action class. The struts-config.xml.
控制器查看输入事件并将请求分派给某个action类。
Extend the Struts action class to handle the HTTP request.
扩展Struts动作类以处理HTTP请求。
The Ajax requests are fielded by a PHP driver page, which makes sure that the request is valid and then passes it onto a database wrapper class that handles the request.
Ajax请求受到一个PHP驱动程序页的保护,该页先确保请求有效,然后将其传递到一个处理该请求的数据库包装类。
The purpose of the AuthServlet class, as its name suggests, is to ensure that the user is authenticated before the request is redirected to the action class.
顾名思义,authservlet类的目的是在将请求重定向到action类之前确保用户通过身份验证。
The servlet class is the starting point for the Atom feed request processing.
servlet类是处理Atom提要请求的起始点。
The page object is the instance of the servlet class processing the current request.
page对象是处理当前请求的servlet类实例。
应用推荐