Class WebServiceAnnotationInfo

java.lang.Object
org.jboss.as.webservices.deployers.WebServiceAnnotationInfo

public class WebServiceAnnotationInfo extends Object
Author:
Jim Ma
  • 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()
    • 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()