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