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