站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 j2ee API Documentation 英文版文档

Uses of Interface javax.xml.rpc.Call (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档


Uses of Interface
javax.xml.rpc.Call

Packages that use Call
javax.xml.rpc   
 

Uses of Call in javax.xml.rpc
 

Methods in javax.xml.rpc that return Call
 Call Service.createCall()
          Creates a Call object not associated with specific operation or target service endpoint.
 Call Service.createCall(javax.xml.namespace.QName portName)
          Creates a Call instance.
 Call[] Service.getCalls(javax.xml.namespace.QName portName)
          Gets an array of preconfigured Call objects for invoking operations on the specified port.
 Call Service.createCall(javax.xml.namespace.QName portName, String operationName)
          Creates a Call instance.
 Call Service.createCall(javax.xml.namespace.QName portName, javax.xml.namespace.QName operationName)
          Creates a Call instance.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.