public abstract class ServiceParser extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,Method> |
commandPoints |
protected boolean |
local |
protected String |
svcName |
Constructor and Description |
---|
ServiceParser() |
Modifier and Type | Method and Description |
---|---|
abstract MessageCallback |
getCallback(Object delegateInstance) |
Map<String,Method> |
getCommandPoints()
Get all (if any)
Command endpoints for this service. |
abstract Class<?> |
getDelegateClass() |
String |
getServiceName() |
boolean |
hasCommandPoints() |
abstract boolean |
isCallback() |
boolean |
isLocal() |
protected boolean local
protected String svcName
public Map<String,Method> getCommandPoints()
Command
endpoints for this service.public boolean hasCommandPoints()
Command
endpoints.public String getServiceName()
MessageCallback
.public boolean isLocal()
Local
service.public abstract Class<?> getDelegateClass()
public abstract boolean isCallback()
MessageCallback
.public abstract MessageCallback getCallback(Object delegateInstance)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.