WEB开发网
开发学院软件开发Java 使用 JAX-RPC 访问 IBM WebSphere Service Regist... 阅读

使用 JAX-RPC 访问 IBM WebSphere Service Registry and Repository

 2009-10-23 00:00:00 来源:WEB开发网   
核心提示: 生成的接口根据 WSDL 生成的 Java 接口如下所示:importcom.ibm.serviceregistry.jaxrpc.commonj.sdo.DataGraphType;importcom.ibm.serviceregistry.jaxrpc.ws.QueryResult;impo

生成的接口

根据 WSDL 生成的 Java 接口如下所示:

import com.ibm.serviceregistry.jaxrpc.commonj.sdo.DataGraphType; 
import com.ibm.serviceregistry.jaxrpc.ws.QueryResult; 
import com.ibm.serviceregistry.jaxrpc.ws.ServiceRegistryWebServiceException; 
 
import java.rmi.RemoteException; 
 
package com.ibm.serviceregistry.jaxrpc.ws; 
 
public interface WSRRCoreSDOPortType extends java.rmi.Remote { 
  public String create(DataGraphType datagraph) throws 
    RemoteException, ServiceRegistryWebServiceException; 
 
  public void delete(String bsrURI) throws 
    RemoteException, ServiceRegistryWebServiceException; 
 
  public QueryResult executeQuery(DataGraphType datagraph) throws 
    RemoteException, ServiceRegistryWebServiceException; 
 
  public QueryResult executeNamedQuery(String query) throws 
    RemoteException, ServiceRegistryWebServiceException; 
 
  public QueryResult executeNamedQueryWithParameters(String query, 
                      String[] parameters) throws 
    RemoteException, ServiceRegistryWebServiceException; 
 
  public DataGraphType retrieve(String bsrURI) throws 
    RemoteException, ServiceRegistryWebServiceException; 
 
  public DataGraphType retrieveWithDepth(String bsrURI, 
                      int  depth) throws 
    RemoteException, ServiceRegistryWebServiceException; 
 
  public void update(DataGraphType datagraph) throws 
    RemoteException, ServiceRegistryWebServiceException; 

上一页  1 2 3 4 5 6 7 8  下一页

Tags:使用 JAX RPC

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接