|
SAP NetWeaver 7.30 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
public static class ProcessContextFactory.ParamSet
A parameter set to be used with the
ProcessContextFactory.createProcessContext method.
ProcessContextFactory| Field Summary | |
|---|---|
protected Channel |
channel_
|
protected String |
interface_
|
protected String |
interfaceNamespace_
|
protected String |
messageId_
|
protected String |
nativePayloadId_
|
protected String |
nativePayloadName_
|
protected String |
receiverParty_
|
protected String |
receiverService_
|
protected String |
senderParty_
|
protected String |
senderService_
|
| Constructor Summary | |
|---|---|
protected |
ProcessContextFactory.ParamSet()
Protected constrcutor. |
| Method Summary | |
|---|---|
ProcessContextFactory.ParamSet |
channel(Channel channel)
Assigns a channel to this parameter set. |
ProcessContextFactory.ParamSet |
interfaceName(String interfaceName)
Sets the interface name of this parameter set. |
ProcessContextFactory.ParamSet |
interfaceNamespace(String interfaceNamespace)
Assigns an interface namespace to this parameter set. |
ProcessContextFactory.ParamSet |
message(Message message)
Extracts the process context information from a given message. |
ProcessContextFactory.ParamSet |
messageId(String messageId)
Assigns a message ID to this parameter set. |
ProcessContextFactory.ParamSet |
nativePayloadparams(String nativePayloadId,
String nativePayloadName)
Sets the native payload id and native payload name of this parameter set. |
ProcessContextFactory.ParamSet |
receiverParty(String receiverParty)
Assigns a receiver party to this parameter set. |
ProcessContextFactory.ParamSet |
receiverService(String receiverService)
Assigns a receiver service to this parameter set. |
ProcessContextFactory.ParamSet |
senderParty(String senderParty)
Assigns a sender party to this parameter set. |
ProcessContextFactory.ParamSet |
senderService(String senderService)
Assigns a sender service to this parameter set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Channel channel_
protected String messageId_
protected String senderParty_
protected String senderService_
protected String receiverParty_
protected String receiverService_
protected String interface_
protected String interfaceNamespace_
protected String nativePayloadId_
protected String nativePayloadName_
| Constructor Detail |
|---|
protected ProcessContextFactory.ParamSet()
| Method Detail |
|---|
public ProcessContextFactory.ParamSet nativePayloadparams(String nativePayloadId,
String nativePayloadName)
payloadId - the native payload idpayloadName - the native payload name
ParamSet this method was
invoked onpublic ProcessContextFactory.ParamSet interfaceName(String interfaceName)
interfaceName - the interface name
ParamSet this method was
invoked onpublic ProcessContextFactory.ParamSet interfaceNamespace(String interfaceNamespace)
interfaceNamespace - the interface namespace
ParamSet this method was
invoked onpublic ProcessContextFactory.ParamSet message(Message message)
message - the message
ParamSet this method was
invoked onpublic ProcessContextFactory.ParamSet messageId(String messageId)
messageId - the message ID
ParamSet this method was
invoked onpublic ProcessContextFactory.ParamSet receiverParty(String receiverParty)
receiverParty - the receiver party
ParamSet this method was
invoked onpublic ProcessContextFactory.ParamSet receiverService(String receiverService)
receiverService - the receiver service
ParamSet this method was
invoked onpublic ProcessContextFactory.ParamSet senderParty(String senderParty)
senderParty - the sender party
ParamSet this method was
invoked onpublic ProcessContextFactory.ParamSet senderService(String senderService)
senderService - the the sender service
ParamSet this method was
invoked onpublic ProcessContextFactory.ParamSet channel(Channel channel)
channel - the channel
ParamSet this method was
invoked on| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.svc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.30 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||