public interface MarshalServiceRuntimeDescription extends ServiceRuntimeDescription
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) |
MessageFactory |
getMessageFactory() |
Method |
getMethod(OperationDescription opDesc) |
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) |
getKey, getServiceDescription
String getPackagesKey()
AnnotationDesc getAnnotationDesc(Class cls)
cls
- AnnotationDesc getAnnotationDesc(String clsName)
clsName
- Map<String,PropertyDescriptorPlus> getPropertyDescriptorMap(Class cls)
cls
- String getRequestWrapperClassName(OperationDescription operationDesc)
operationDesc
- String getResponseWrapperClassName(OperationDescription operationDesc)
operationDesc
- FaultBeanDesc getFaultBeanDesc(FaultDescription faultDesc)
faultDesc
- Method getMethod(OperationDescription opDesc)
opDesc
- MessageFactory getMessageFactory()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.