|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.runtime.description.marshal.impl.MarshalServiceRuntimeDescriptionImpl
public class MarshalServiceRuntimeDescriptionImpl
Constructor Summary | |
---|---|
protected |
MarshalServiceRuntimeDescriptionImpl(String key,
ServiceDescription serviceDesc)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected MarshalServiceRuntimeDescriptionImpl(String key, ServiceDescription serviceDesc)
Method Detail |
---|
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 String toString()
toString
in class Object
public MessageFactory getMessageFactory()
getMessageFactory
in interface MarshalServiceRuntimeDescription
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |