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

Uses of Class org.apache.axis.description.ServiceDesc (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


Uses of Class
org.apache.axis.description.ServiceDesc

Packages that use ServiceDesc
org.apache.axis.deployment.wsdd   
org.apache.axis.description   
org.apache.axis.handlers.soap   
org.apache.axis.providers.java   
org.apache.axis.wsdl.fromJava   
 

Uses of ServiceDesc in org.apache.axis.deployment.wsdd
 

Methods in org.apache.axis.deployment.wsdd that return ServiceDesc
 ServiceDesc WSDDService.getServiceDesc()
           
 

Constructors in org.apache.axis.deployment.wsdd with parameters of type ServiceDesc
WSDDOperation(Element e, ServiceDesc parent)
          Constructor from XML
 

Uses of ServiceDesc in org.apache.axis.description
 

Methods in org.apache.axis.description that return ServiceDesc
 ServiceDesc OperationDesc.getParent()
           
 

Methods in org.apache.axis.description with parameters of type ServiceDesc
 void OperationDesc.setParent(ServiceDesc parent)
           
 

Uses of ServiceDesc in org.apache.axis.handlers.soap
 

Methods in org.apache.axis.handlers.soap that return ServiceDesc
 ServiceDesc SOAPService.getServiceDescription()
           
 ServiceDesc SOAPService.getInitializedServiceDesc(MessageContext msgContext)
          Returns a service description with the implementation class filled in.
 

Methods in org.apache.axis.handlers.soap with parameters of type ServiceDesc
 void SOAPService.setServiceDescription(ServiceDesc serviceDescription)
           
 

Uses of ServiceDesc in org.apache.axis.providers.java
 

Methods in org.apache.axis.providers.java with parameters of type ServiceDesc
 OperationDesc RPCInvocation.getOperation(ServiceDesc serviceDesc, javax.xml.namespace.QName qname)
           
 

Uses of ServiceDesc in org.apache.axis.wsdl.fromJava
 

Methods in org.apache.axis.wsdl.fromJava that return ServiceDesc
 ServiceDesc Emitter.getServiceDesc()
           
 

Methods in org.apache.axis.wsdl.fromJava with parameters of type ServiceDesc
 void Emitter.setServiceDesc(ServiceDesc serviceDesc)
           
 

Constructors in org.apache.axis.wsdl.fromJava with parameters of type ServiceDesc
Types(javax.wsdl.Definition def, TypeMapping tm, TypeMapping defaultTM, Namespaces namespaces, String targetNamespace, List stopClasses, ServiceDesc serviceDesc)
          This class serailizes a Class to XML Schema.
 



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