|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.transport.mohawk.ServiceDefinition
public class ServiceDefinition
A registry for service definitions. The registry is keyed by intertcation id. A service definition contains a path and an action (i.e. submit).
Method Summary | |
---|---|
String |
getAction()
Gets the action of this service definition. |
String |
getPath()
Gets the path of this service definition. |
static ServiceDefinition |
getService(String name)
Obtains a service based on a name/interaction id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getPath()
Gets the path of this service definition.
public String getAction()
Gets the action of this service definition.
public static ServiceDefinition getService(String name)
Obtains a service based on a name/interaction id. If a service could not be found then returns null.
name
- the name/interaction id to lookup the service under
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |