|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.engine.interfaces.messaging.api.Action
public final class Action
The Action of a Message identifies a process within a Service. In the
context of the SAP Exchange Infrastructure, the Action is for now identical to the root element of the
XML document in the message with the action type representing the namespace of the root element if one exists.
Service,
Serialized Form| Constructor Summary | |
|---|---|
Action(String name)
Constructs a new Action object with a name but no type. |
|
Action(String name,
String type)
Constructs a new Action object with a name and a type. |
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object obj)
|
String |
getName()
Returns the name of the Action. |
String |
getType()
Returns the type of the Action. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Action(String name,
String type)
Action object with a name and a type.
name - the action name.type - the action type.public Action(String name)
Action object with a name but no type.
name - the action name.| Method Detail |
|---|
public String getName()
Action.
public String getType()
Action.
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic int compareTo(Object o)
compareTo in interface Comparable| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.ifc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||