Package org.jboss.as.xts.jandex
Class EndpointMetaData
- java.lang.Object
-
- org.jboss.as.xts.jandex.EndpointMetaData
-
public class EndpointMetaData extends Object
- Author:
- Gytis Trikleris, Paul Robinson
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndpointMetaDatabuild(org.jboss.as.server.deployment.DeploymentUnit unit, String endpoint)WebServiceAnnotationgetWebServiceAnnotation()booleanisBridgeEnabled()booleanisEJB()booleanisWebservice()booleanisXTSEnabled()
-
-
-
Method Detail
-
build
public static EndpointMetaData build(org.jboss.as.server.deployment.DeploymentUnit unit, String endpoint) throws XTSException
- Throws:
XTSException
-
getWebServiceAnnotation
public WebServiceAnnotation getWebServiceAnnotation()
-
isWebservice
public boolean isWebservice()
-
isEJB
public boolean isEJB()
-
isBridgeEnabled
public boolean isBridgeEnabled()
-
isXTSEnabled
public boolean isXTSEnabled()
-
-