Class WebServiceAnnotationInfo


  • public class WebServiceAnnotationInfo
    extends Object
    Author:
    Jim Ma
    • Constructor Detail

      • WebServiceAnnotationInfo

        public WebServiceAnnotationInfo​(String endpointInterface,
                                        String name,
                                        String portName,
                                        String servicename,
                                        String targetNamespace,
                                        String wsdlLocation,
                                        org.jboss.jandex.AnnotationTarget target)
    • Method Detail

      • getTargetNamespace

        public String getTargetNamespace()
      • getName

        public String getName()
      • getServiceName

        public String getServiceName()
      • getPortName

        public String getPortName()
      • getEndpointInterface

        public String getEndpointInterface()
      • getWsdlLocation

        public String getWsdlLocation()
      • getTarget

        public org.jboss.jandex.AnnotationTarget getTarget()