public interface MarshalServiceRuntimeDescription
extends org.apache.axis2.jaxws.description.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(org.apache.axis2.jaxws.description.FaultDescription faultDesc) |
MessageFactory |
getMessageFactory() |
Method |
getMethod(org.apache.axis2.jaxws.description.OperationDescription opDesc) |
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) |
String getPackagesKey()
AnnotationDesc getAnnotationDesc(Class cls)
cls - AnnotationDesc getAnnotationDesc(String clsName)
clsName - Map<String,PropertyDescriptorPlus> getPropertyDescriptorMap(Class cls)
cls - String getRequestWrapperClassName(org.apache.axis2.jaxws.description.OperationDescription operationDesc)
operationDesc - String getResponseWrapperClassName(org.apache.axis2.jaxws.description.OperationDescription operationDesc)
operationDesc - FaultBeanDesc getFaultBeanDesc(org.apache.axis2.jaxws.description.FaultDescription faultDesc)
faultDesc - Method getMethod(org.apache.axis2.jaxws.description.OperationDescription opDesc)
opDesc - MessageFactory getMessageFactory()
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.