Listing 2. The Service Endpoint interface.
清单2.服务端点接口。
Listing 1 contains an example of a service endpoint interface.
清单1包含一个服务端点接口的示例。
The service endpoint interface containing the destroy() method
包含destroy()方法的服务端点接口。
Stub and dynamic proxy methods use the Service Endpoint Interface (SEI).
存根和动态代理方法使用服务端点接口(Service Endpoint Interface,SEI)。
The service endpoint implementation class is derived from the service endpoint interface.
服务端点实现类型是由服务端点接口派生出来的。
Create a service endpoint interface (SEI) and define a method to be exposed as a Web service.
创建服务端点接口(service endpoint interface,SEI),并定义一个将公开为Web服务的方法。
Here is an extract from the WSDL file that is used to generate the Service Endpoint interface.
下面是从WSDL文件中抽取的用于生成服务端点接口的一段代码。
A dynamic proxy is similar with static stub to act as a proxy for target service endpoint interface.
动态代理类似于静态stub,充当目标服务端点接口的代理。
In JAX-WS, the Web service does not need to implement or provide a service Endpoint Interface (SEI).
在JAX - WS中,Web服务不需要实现或者提供服务端点接口(SEI)。
A web service client can also access a stateless session bean through the service endpoint interface of that bean.
Web服务客户也可以通过bean的服务端点接口访问无状态会话bean。
The run-time system may dispatch multiple client invocations to the service endpoint interface to this single instance.
这个运行时系统可以把多个对该服务端点接口的客户机调用分派到对于这个单一实例。
A service endpoint interface that is implemented by the server part and used for invoking service methods on the client.
一个服务端点接口,它由服务器部分实现,用于在客户机上调用服务方法。
The wizard creates all the necessary files to expose the EJB local method via a Web service, including the service endpoint interface.
向导将创建通过Web服务公开ejb本地方法所需的所有文件,包括服务端点接口。
A static stub can be generated from a WSDL or other resources, such as a service endpoint interface and additional binding information.
静态stub可以从WSDL或其他资源(如一个服务端点接口和其他绑定信息)生成。
The difference between them is that dynamic proxy support a service endpoint interface dynamically at runtime without requiring any code generation.
二者之间的区别是,动态代理在运行时动态支持服务端点接口,不会生成任何代码。
Both types of service implementations use a service Endpoint Interface (SEI) — refer to JAX-RPC (JSR-101) — to define the method signatures of the web service.
两种类型的服务实现都使用了Service Endpoint Interface (SEI)——参考JAX - RPC (JSR- 101)——来定义Web服务的方法签名。
Expose the service endpoint interface and create a Web service Description Language (WSDL) file that describes the interface from which to generate the client stubs.
公开服务端点接口并创建Web服务描述语言(Web Service Description Language,WSDL)文件,以描述作为客户机存根生成依据的接口。
For example, assume the wizard starts with WSDL describing a simple Web service that echoes a string. It has a service endpoint interface with the signature shown below.
例如,假设向导以wsdl描述一个简单的只返回一个字符串的Web服务开始。
These service endpoints must conform to the service endpoint interface definition as prescribed by Section 5.2 of the JAX-RPC specification. Some of the requirements of this definition are.
正如JAX - RPC规范的5.2节中预先定义好的一样,这些服务端点必须和服务端点接口定义一致。
Examples of metadata include interface descriptions, endpoint address, and policies covering service level agreements, security relationships, and so on.
元数据的示例包括接口描述、端点地址和涵盖服务级别协议、安全关系等的策略。
As already mentioned earlier, the connectivity logic is responsible for content-based service endpoint selection, and for data or interface mapping to call the selected endpoint.
正如前面提到的,连接性逻辑负责基于内容的服务端点选择,并负责调用所选端点的数据或接口映射。
If a service implementation class implements this interface, the JAX-RPC runtime system is required to manage the life cycle of the corresponding service endpoint instances.
如果服务实现类实现这个接口,就需要JAX - RPC运行时系统来管理相应的服务端点实例的生存周期。
This class allows creating a service proxy based on the interface and endpoint address and binding, which are built using information provided by the registry service.
这个类可以通过服务注册中心提供的接口,端点地址和绑定信息创建一个服务代理。
SCA requires a service interface definition that describes the service endpoint on the bus (the interface the client application will call).
SCA需要一个描述总线上服务端点的服务接口定义(客户机应用程序将调用的接口)。
Is a mediation component to select an appropriate service endpoint and map to the selected endpoint's interface to call it.
是一个中介组件,用于选择适当的服务端点并映射到调用它的所选端点接口。
After the endpoint interface for the Web service is implemented, the WSDL can be generated.
在实现Web服务的端点接口之后,就可以生成WSDL了。
In the Resource Selection list, click the Web service interface or Endpoint name for which the details are to be displayed.
在ResourceSelection列表中,单击要显示其详细信息的Web服务接口或端点名称。
All the information required to access a Web service is available through WSDL — the abstract interface, the binding and the service endpoint.
访问Web服务所需的所有信息—抽象接口、绑定和服务端点可以通过WSDL得到。
In our implementation a service consumer leverages.net's ChannelFactory class, which allows us to dynamically generate a service proxy, based on the service's interface and endpoint and binding.
在我们的实现中,服务消费者通过使用。NET的ChannelFactory类来根据服务接口,端点和绑定动态生成一个服务代理。
The binding from the WSDL is mapped to this endpoint interface where WSDL binding is a piece of WSDL that defines the protocol of the Web service.
来自WSDL的绑定映射到这个端点接口,WSDL绑定是WSDL的一部分,定义了Web服务的协议。
应用推荐