|
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.Service
public final class Service
A Service, offered by a Party, can act on multiple processes (Actions).
There are two services specified in each Message, one of the sending party (the from service) and one
of the receiving party (the to service).
Party,
Action,
Serialized Form| Constructor Summary | |
|---|---|
Service(String name)
Constructs a new Service object with a name but no type. |
|
Service(String name,
String type)
Constructs a new Service object with a name and a type. |
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object obj)
|
String |
getName()
Returns the name of the Service. |
String |
getType()
Returns the type of the Service. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Service(String name,
String type)
Service object with a name and a type.
name - the service name.type - the service type.public Service(String name)
Service object with a name but no type.
name - the service name.| Method Detail |
|---|
public String getName()
Service.
public String getType()
Service.
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 | |||||||||