Class WebContextAnnotationInfo

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

public class WebContextAnnotationInfo extends Object
User: rsearls Date: 7/17/14
  • Constructor Details

    • WebContextAnnotationInfo

      public WebContextAnnotationInfo(String authMethod, String contextRoot, boolean secureWSDLAccess, String transportGuarantee, String urlPattern, String virtualHost)
  • Method Details

    • getAuthMethod

      public String getAuthMethod()
    • getContextRoot

      public String getContextRoot()
    • isSecureWSDLAccess

      public boolean isSecureWSDLAccess()
    • getTransportGuarantee

      public String getTransportGuarantee()
    • getUrlPattern

      public String getUrlPattern()
    • getVirtualHost

      public String getVirtualHost()