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

Uses of Interface javax.xml.rpc.Service (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Interface
javax.xml.rpc.Service

Packages that use Service
javax.xml.rpc   
 

Uses of Service in javax.xml.rpc
 

Methods in javax.xml.rpc that return Service
abstract  Service ServiceFactory.loadService(Class serviceInterface)
          Create an instance of the generated service implementation class for a given service interface, if available.
abstract  Service ServiceFactory.loadService(URL wsdlDocumentLocation, Class serviceInterface, Properties props)
          Create an instance of the generated service implementation class for a given service interface, if available.
abstract  Service ServiceFactory.loadService(URL wsdlDocumentLocation, javax.xml.namespace.QName serviceName, Properties props)
          Create an instance of the generated service implementation class for a given service, if available.
abstract  Service ServiceFactory.createService(javax.xml.namespace.QName serviceName)
          Create a Service instance.
abstract  Service ServiceFactory.createService(URL wsdlDocumentLocation, javax.xml.namespace.QName serviceName)
          Create a Service instance.
 



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