public class WebServiceAnnotationInfo
extends Object
- Author:
- Jim Ma
-
Constructor Summary
Constructors
-
Method Summary
org.jboss.jandex.AnnotationTarget
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WebServiceAnnotationInfo
public WebServiceAnnotationInfo(String endpointInterface,
String name,
String portName,
String servicename,
String targetNamespace,
String wsdlLocation,
org.jboss.jandex.AnnotationTarget target)
-
Method Details
-
getTargetNamespace
public String getTargetNamespace()
-
-
getServiceName
public String getServiceName()
-
-
getEndpointInterface
public String getEndpointInterface()
-
getWsdlLocation
public String getWsdlLocation()
-
getTarget
public org.jboss.jandex.AnnotationTarget getTarget()