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 ServiceRuntimeDescription
ServiceDescription. getServiceRuntimeDesc(String name)
Methods in org.apache.axis2.jaxws.description with parameters of type ServiceRuntimeDescription Modifier and Type Method Description void
ServiceDescription. 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 ServiceRuntimeDescription
ServiceDescriptionImpl. getServiceRuntimeDesc(String name)
Methods in org.apache.axis2.jaxws.description.impl with parameters of type ServiceRuntimeDescription Modifier and Type Method Description void
ServiceDescriptionImpl. 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 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 Modifier and Type Class Description class
ResourceInjectionServiceRuntimeDescriptionImpl
-
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 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 Modifier and Type Class Description class
MarshalServiceRuntimeDescriptionImpl
-