public class EndpointMetaData extends Object
| Modifier and Type | Method and Description |
|---|---|
static EndpointMetaData |
build(DeploymentUnit unit,
String endpoint) |
CompensatableAnnotation |
getCompensatableAnnotation() |
OldCompensatableAnnotation |
getOldCompensatableAnnotation() |
TransactionalAnnotation |
getTransactionalAnnotation() |
WebServiceAnnotation |
getWebServiceAnnotation() |
boolean |
isEJB() |
boolean |
isTXFrameworkEnabled() |
boolean |
isWebservice() |
public static EndpointMetaData build(DeploymentUnit unit, String endpoint) throws XTSException
XTSExceptionpublic TransactionalAnnotation getTransactionalAnnotation()
public OldCompensatableAnnotation getOldCompensatableAnnotation()
public CompensatableAnnotation getCompensatableAnnotation()
public WebServiceAnnotation getWebServiceAnnotation()
public boolean isTXFrameworkEnabled()
public boolean isWebservice()
public boolean isEJB()
Copyright © 2013 JBoss by Red Hat. All rights reserved.