public class MarshalServiceRuntimeDescriptionImpl extends Object implements MarshalServiceRuntimeDescription
| Modifier | Constructor and Description |
|---|---|
protected |
MarshalServiceRuntimeDescriptionImpl(String key,
ServiceDescription serviceDesc) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationDesc |
getAnnotationDesc(Class cls)
Gets/Creates the AnnotationDesc for this class.
|
AnnotationDesc |
getAnnotationDesc(String clsName)
Gets the AnnotationDesc for this class if already determined
|
FaultBeanDesc |
getFaultBeanDesc(FaultDescription faultDesc) |
String |
getKey() |
MessageFactory |
getMessageFactory() |
Method |
getMethod(OperationDescription operationDesc)
Get the Method for the specified OperationDescription
|
TreeSet<String> |
getPackages() |
String |
getPackagesKey() |
Map<String,PropertyDescriptorPlus> |
getPropertyDescriptorMap(Class cls)
Get the PropertyDescriptor map for the class.
|
String |
getRequestWrapperClassName(OperationDescription operationDesc) |
String |
getResponseWrapperClassName(OperationDescription operationDesc) |
ServiceDescription |
getServiceDescription() |
String |
toString() |
protected MarshalServiceRuntimeDescriptionImpl(String key, ServiceDescription serviceDesc)
public ServiceDescription getServiceDescription()
getServiceDescription in interface ServiceRuntimeDescriptionpublic String getKey()
getKey in interface ServiceRuntimeDescriptionpublic TreeSet<String> getPackages()
getPackages in interface MarshalServiceRuntimeDescriptionpublic String getPackagesKey()
getPackagesKey in interface MarshalServiceRuntimeDescriptionpublic AnnotationDesc getAnnotationDesc(Class cls)
MarshalServiceRuntimeDescriptiongetAnnotationDesc in interface MarshalServiceRuntimeDescriptionpublic AnnotationDesc getAnnotationDesc(String clsName)
MarshalServiceRuntimeDescriptiongetAnnotationDesc in interface MarshalServiceRuntimeDescriptionpublic Map<String,PropertyDescriptorPlus> getPropertyDescriptorMap(Class cls)
MarshalServiceRuntimeDescriptiongetPropertyDescriptorMap in interface MarshalServiceRuntimeDescriptionpublic String getRequestWrapperClassName(OperationDescription operationDesc)
getRequestWrapperClassName in interface MarshalServiceRuntimeDescriptionpublic String getResponseWrapperClassName(OperationDescription operationDesc)
getResponseWrapperClassName in interface MarshalServiceRuntimeDescriptionpublic FaultBeanDesc getFaultBeanDesc(FaultDescription faultDesc)
getFaultBeanDesc in interface MarshalServiceRuntimeDescriptionpublic Method getMethod(OperationDescription operationDesc)
getMethod in interface MarshalServiceRuntimeDescriptionpublic MessageFactory getMessageFactory()
getMessageFactory in interface MarshalServiceRuntimeDescriptionCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.