Uses of Interface
org.apache.axis2.jaxws.description.ServiceRuntimeDescription

Packages that use ServiceRuntimeDescription
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.runtime.description.injection   
org.apache.axis2.jaxws.runtime.description.injection.impl   
org.apache.axis2.jaxws.runtime.description.marshal   
org.apache.axis2.jaxws.runtime.description.marshal.impl   
 

Uses of ServiceRuntimeDescription in org.apache.axis2.jaxws.description
 

Methods in org.apache.axis2.jaxws.description that return ServiceRuntimeDescription
 ServiceRuntimeDescription ServiceDescription.getServiceRuntimeDesc(java.lang.String name)
           
 

Methods in org.apache.axis2.jaxws.description with parameters of type ServiceRuntimeDescription
 void ServiceDescription.setServiceRuntimeDesc(ServiceRuntimeDescription ord)
           
 

Uses of ServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.injection
 

Subinterfaces of ServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.injection
 interface ResourceInjectionServiceRuntimeDescription
          Used to cache @Resource injection information
 

Uses of ServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.injection.impl
 

Classes in org.apache.axis2.jaxws.runtime.description.injection.impl that implement ServiceRuntimeDescription
 class ResourceInjectionServiceRuntimeDescriptionImpl
           
 

Uses of ServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.marshal
 

Subinterfaces of ServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.marshal
 interface MarshalServiceRuntimeDescription
          Used to cache marshal information
 

Uses of ServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.marshal.impl
 

Classes in org.apache.axis2.jaxws.runtime.description.marshal.impl that implement ServiceRuntimeDescription
 class MarshalServiceRuntimeDescriptionImpl
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.