Uses of Interface
org.apache.axis2.jaxws.runtime.description.injection.ResourceInjectionServiceRuntimeDescription
-
-
Uses of ResourceInjectionServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.injection
Methods in org.apache.axis2.jaxws.runtime.description.injection that return ResourceInjectionServiceRuntimeDescription Modifier and Type Method Description static ResourceInjectionServiceRuntimeDescription
ResourceInjectionServiceRuntimeDescriptionFactory. get(ServiceDescription serviceDesc, Class implClass)
Get or create MarshalServiceRuntimeDescription -
Uses of ResourceInjectionServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.injection.impl
Classes in org.apache.axis2.jaxws.runtime.description.injection.impl that implement ResourceInjectionServiceRuntimeDescription Modifier and Type Class Description class
ResourceInjectionServiceRuntimeDescriptionImpl
Methods in org.apache.axis2.jaxws.runtime.description.injection.impl that return ResourceInjectionServiceRuntimeDescription Modifier and Type Method Description static ResourceInjectionServiceRuntimeDescription
ResourceInjectionServiceRuntimeDescriptionBuilder. create(ServiceDescription serviceDesc, Class implClass)
create -
Uses of ResourceInjectionServiceRuntimeDescription in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl
Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl that return ResourceInjectionServiceRuntimeDescription Modifier and Type Method Description protected ResourceInjectionServiceRuntimeDescription
EndpointLifecycleManagerImpl. getInjectionDesc(ServiceDescription serviceDesc, Class serviceImplClass)
This method will retrieve a ResourceInjectionServiceRuntimeDescription if one is associated with the current ServiceDescription.Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl with parameters of type ResourceInjectionServiceRuntimeDescription Modifier and Type Method Description protected boolean
EndpointLifecycleManagerImpl. hasResourceAnnotation(ResourceInjectionServiceRuntimeDescription injectionDesc)
This method indicates whether or not we need to perform WebServiceContext injection on a field within our endpoint instance.
-