public class MarshalServiceRuntimeDescriptionImpl extends Object implements MarshalServiceRuntimeDescription
| Modifier | Constructor and Description |
|---|---|
protected |
MarshalServiceRuntimeDescriptionImpl(String key,
org.apache.axis2.jaxws.description.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(org.apache.axis2.jaxws.description.FaultDescription faultDesc) |
String |
getKey() |
MessageFactory |
getMessageFactory() |
Method |
getMethod(org.apache.axis2.jaxws.description.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(org.apache.axis2.jaxws.description.OperationDescription operationDesc) |
String |
getResponseWrapperClassName(org.apache.axis2.jaxws.description.OperationDescription operationDesc) |
org.apache.axis2.jaxws.description.ServiceDescription |
getServiceDescription() |
String |
toString() |
protected MarshalServiceRuntimeDescriptionImpl(String key, org.apache.axis2.jaxws.description.ServiceDescription serviceDesc)
public org.apache.axis2.jaxws.description.ServiceDescription getServiceDescription()
getServiceDescription in interface org.apache.axis2.jaxws.description.ServiceRuntimeDescriptionpublic String getKey()
getKey in interface org.apache.axis2.jaxws.description.ServiceRuntimeDescriptionpublic TreeSet<String> getPackages()
getPackages in interface MarshalServiceRuntimeDescriptionpublic String getPackagesKey()
getPackagesKey in interface MarshalServiceRuntimeDescriptionpublic AnnotationDesc getAnnotationDesc(Class cls)
MarshalServiceRuntimeDescriptiongetAnnotationDesc in interface MarshalServiceRuntimeDescriptionpublic AnnotationDesc getAnnotationDesc(String clsName)
MarshalServiceRuntimeDescriptiongetAnnotationDesc in interface MarshalServiceRuntimeDescriptionpublic Map<String,PropertyDescriptorPlus> getPropertyDescriptorMap(Class cls)
MarshalServiceRuntimeDescriptiongetPropertyDescriptorMap in interface MarshalServiceRuntimeDescriptionpublic String getRequestWrapperClassName(org.apache.axis2.jaxws.description.OperationDescription operationDesc)
getRequestWrapperClassName in interface MarshalServiceRuntimeDescriptionpublic String getResponseWrapperClassName(org.apache.axis2.jaxws.description.OperationDescription operationDesc)
getResponseWrapperClassName in interface MarshalServiceRuntimeDescriptionpublic FaultBeanDesc getFaultBeanDesc(org.apache.axis2.jaxws.description.FaultDescription faultDesc)
getFaultBeanDesc in interface MarshalServiceRuntimeDescriptionpublic Method getMethod(org.apache.axis2.jaxws.description.OperationDescription operationDesc)
getMethod in interface MarshalServiceRuntimeDescriptionpublic MessageFactory getMessageFactory()
getMessageFactory in interface MarshalServiceRuntimeDescriptionCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.