| org.apache.axis2.jaxws.runtime.description.marshal.MarshalServiceRuntimeDescription
All known Subclasses: org.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl,
MarshalServiceRuntimeDescription | public interface MarshalServiceRuntimeDescription extends ServiceRuntimeDescription(Code) | | Used to cache marshal information
|
getAnnotationDesc | public AnnotationDesc getAnnotationDesc(Class cls)(Code) | | Get the AnnotationDesc for this class. If one is not cached, a new one is creatd
Parameters: cls - AnnotationDesc |
getFaultBeanDesc | public FaultBeanDesc getFaultBeanDesc(FaultDescription faultDesc)(Code) | | Parameters: faultDesc - FaultBeanDescriptor that describes the fault bean |
getPackagesKey | public String getPackagesKey()(Code) | | Unique key that represents the object returned by getPackages |
getPropertyDescriptorMap | public Map<String, PropertyDescriptorPlus> getPropertyDescriptorMap(Class cls)(Code) | | Get the PropertyDescriptor map for the class. The key of the map is a child xml local name.
The value is a PropertyDescriptor, that will be used to set/get values from a bean of the
indicated class
Parameters: cls - get the cached copy or create a new one |
getRequestWrapperClassName | public String getRequestWrapperClassName(OperationDescription operationDesc)(Code) | | Parameters: operationDesc - specified or defaulted wrapper class name. Always returns null if the wrapper classdoes not exist. |
getResponseWrapperClassName | public String getResponseWrapperClassName(OperationDescription operationDesc)(Code) | | Parameters: operationDesc - specified or defaulted wrapper class name. Always returns null if the wrapper classdoes not exist. |
|
|