public class AdminXMLMapping extends Object implements XMLMapping
Java class defines the mapping between XML tags and marshallable Java classes.| Constructor and Description |
|---|
AdminXMLMapping() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClass(String nsUri,
String tag,
XMLAttributes atts)
Returns the
Java class for a specified XML tag and its attributes in a namespace. |
static InstanceType[] |
getInstanceTypesByOperation(String opClassName)
Gets the relevant instance types for the specified operation name;
The corresponding instances in an SAP CC system can process the specified service operation.
|
public Class<?> getClass(String nsUri, String tag, XMLAttributes atts)
XMLMappingJava class for a specified XML tag and its attributes in a namespace.getClass in interface XMLMappingnsUri - The unique resource identifier of the namespace of the XML tagtag - The local part of the XML tagatts - The attributes of the XML tagJava class with a default constructorpublic static InstanceType[] getInstanceTypesByOperation(String opClassName)
opClassName - The name of the service operation to consider for the research