Package org.jboss.as.xts.jandex
Class WebServiceAnnotation
- java.lang.Object
-
- org.jboss.as.xts.jandex.WebServiceAnnotation
-
public class WebServiceAnnotation extends Object
- Author:
- paul.robinson@redhat.com, 2012-02-06
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebServiceAnnotationbuild(org.jboss.as.server.deployment.DeploymentUnit unit, String endpoint)QNamebuildPortQName()StringgetName()StringgetPortName()StringgetServiceName()StringgetTargetNamespace()
-
-
-
Method Detail
-
build
public static WebServiceAnnotation build(org.jboss.as.server.deployment.DeploymentUnit unit, String endpoint) throws XTSException
- Throws:
XTSException
-
buildPortQName
public QName buildPortQName()
-
getPortName
public String getPortName()
-
getServiceName
public String getServiceName()
-
getName
public String getName()
-
getTargetNamespace
public String getTargetNamespace()
-
-