org.apache.axis2.jaxws.description
Interface ServiceRuntimeDescription
- All Known Subinterfaces:
- MarshalServiceRuntimeDescription, ResourceInjectionServiceRuntimeDescription
- All Known Implementing Classes:
- MarshalServiceRuntimeDescriptionImpl, ResourceInjectionServiceRuntimeDescriptionImpl
public interface ServiceRuntimeDescription
A ServiceRuntimeDescription object contains immutable data that is needed during the runtime
(i.e. to detect @Resource injection). The ServiceRuntimeDescription must be immutable so that it
can safely accessed by multiple theads without synchronization. It cannot be used to store
information that may not be available in different threads/ classloaders (i.e. it cannot have
references to Class objects)
The actual ServiceRuntimeDescription objects are accessed via the key.
getServiceDescription
ServiceDescription getServiceDescription()
- Returns:
- OperationDesc parent
getKey
java.lang.String getKey()
- Returns:
- String
Copyright © 2007 Apache Web Services Project. All Rights Reserved.