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