|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.aii.mapping.value.api.XIVMFactory
public final class XIVMFactory
Factory for creating instances of IFIdentifier and IFRequest to execute value
mappings by means of XIVMService.
XIVMService| Field Summary | |
|---|---|
static String |
SOLUTION_MANAGER_CONTEXT
Standard context for the solution manager. |
static String |
XI_CONTEXT
XI standard context for value mapping created in the Integration Builder: Configuration. |
| Constructor Summary | |
|---|---|
XIVMFactory()
|
|
| Method Summary | |
|---|---|
static IFIdentifier |
newIdentifier(String agency,
String scheme)
Creates a new Identifier with the given values and XI_CONTEXT. |
static IFIdentifier |
newIdentifier(String context,
String agency,
String scheme)
Creates a new Identifier with the given values. |
static IFRequest |
newRequest(IFIdentifier sourceIdentifier,
IFIdentifier targetIdentifier,
String sourceValue)
Creates a new request with the given sourceIdentifier, targetIdentifier and sourceValue. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String XI_CONTEXT
public static final String SOLUTION_MANAGER_CONTEXT
| Constructor Detail |
|---|
public XIVMFactory()
| Method Detail |
|---|
public static IFIdentifier newIdentifier(String context,
String agency,
String scheme)
context - context of the identifieragency - agency of the identifierscheme - scheme of the identifier
public static IFIdentifier newIdentifier(String agency,
String scheme)
XI_CONTEXT.
agency - agency of the identifierscheme - scheme of the identifier
XI_CONTEXT)
public static IFRequest newRequest(IFIdentifier sourceIdentifier,
IFIdentifier targetIdentifier,
String sourceValue)
sourceIdentifier - source identifier of the requesttargetIdentifier - target identifier of the requestsourceValue - source value of the request
|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||