public class AdminXMLMapping extends java.lang.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 |
|---|---|
java.lang.Class<?> |
getClass(java.lang.String nsUri,
java.lang.String tag,
XMLAttributes atts)
Returns the
Java class for a specified XML tag and its attributes in a namespace. |
static InstanceType[] |
getInstanceTypesByOperation(java.lang.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 java.lang.Class<?> getClass(java.lang.String nsUri,
java.lang.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(java.lang.String opClassName)
opClassName - The name of the service operation to consider for the research