Uses of Interface
org.apache.axis2.jaxws.description.ServiceRuntimeDescription
-
-
Uses of ServiceRuntimeDescription in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description that return ServiceRuntimeDescription Modifier and Type Method Description ServiceRuntimeDescriptionServiceDescription. getServiceRuntimeDesc(String name)Methods in org.apache.axis2.jaxws.description with parameters of type ServiceRuntimeDescription Modifier and Type Method Description voidServiceDescription. setServiceRuntimeDesc(ServiceRuntimeDescription ord) -
Uses of ServiceRuntimeDescription in org.apache.axis2.jaxws.description.impl
Methods in org.apache.axis2.jaxws.description.impl that return ServiceRuntimeDescription Modifier and Type Method Description ServiceRuntimeDescriptionServiceDescriptionImpl. getServiceRuntimeDesc(String name)Methods in org.apache.axis2.jaxws.description.impl with parameters of type ServiceRuntimeDescription Modifier and Type Method Description voidServiceDescriptionImpl. setServiceRuntimeDesc(ServiceRuntimeDescription srd) -
Uses of ServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.injection
Subinterfaces of ServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.injection Modifier and Type Interface Description interfaceResourceInjectionServiceRuntimeDescriptionUsed 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 Modifier and Type Class Description classResourceInjectionServiceRuntimeDescriptionImpl -
Uses of ServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.marshal
Subinterfaces of ServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.marshal Modifier and Type Interface Description interfaceMarshalServiceRuntimeDescriptionUsed 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 Modifier and Type Class Description classMarshalServiceRuntimeDescriptionImpl
-