Uses of Class
org.jboss.webservice.deployment.ServiceDescription

Packages that use ServiceDescription
org.jboss.webservice   
org.jboss.webservice.client   
org.jboss.webservice.deployment   
 

Uses of ServiceDescription in org.jboss.webservice
 

Methods in org.jboss.webservice that return ServiceDescription
 ServiceDescription PortComponentInfo.getServiceDescription()
           
 

Methods in org.jboss.webservice with parameters of type ServiceDescription
 void PortComponentInfo.setServiceDesc(ServiceDescription serviceDesc)
           
 

Uses of ServiceDescription in org.jboss.webservice.client
 

Methods in org.jboss.webservice.client that return ServiceDescription
 ServiceDescription CallImpl.getServiceDescription()
          Get the ServiceDescription for this Call
 ServiceDescription ServiceImpl.getServiceDescription(String portName)
           
 

Methods in org.jboss.webservice.client with parameters of type ServiceDescription
 void ServiceImpl.initService(ServiceDescription serviceDesc, String portName)
          Add a service description for the client service
 

Uses of ServiceDescription in org.jboss.webservice.deployment
 

Constructors in org.jboss.webservice.deployment with parameters of type ServiceDescription
TypeMappingDescription(ServiceDescription serviceDesc, javax.xml.namespace.QName qname, javax.xml.namespace.QName anonymousQName, String javaType, org.jboss.axis.enums.Use use, org.jboss.webservice.metadata.jaxrpcmapping.JavaXmlTypeMapping jaxrpcTypeMapping)
           
WSDDGenerator(ServiceDescription service)
          A wsdd generator for a preconfigured ServiceDescription
 



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