public class EndpointMetaData extends Object
Modifier and Type | Method and Description |
---|---|
static EndpointMetaData |
build(org.jboss.as.server.deployment.DeploymentUnit unit,
String endpoint) |
WebServiceAnnotation |
getWebServiceAnnotation() |
boolean |
isBridgeEnabled() |
boolean |
isEJB() |
boolean |
isWebservice() |
boolean |
isXTSEnabled() |
public static EndpointMetaData build(org.jboss.as.server.deployment.DeploymentUnit unit, String endpoint) throws XTSException
XTSException
public WebServiceAnnotation getWebServiceAnnotation()
public boolean isWebservice()
public boolean isEJB()
public boolean isBridgeEnabled()
public boolean isXTSEnabled()
Copyright © 2017 JBoss by Red Hat. All rights reserved.