Class WebContextAnnotationInfo


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

      • WebContextAnnotationInfo

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

      • getAuthMethod

        public String getAuthMethod()
      • getContextRoot

        public String getContextRoot()
      • isSecureWSDLAccess

        public boolean isSecureWSDLAccess()
      • getTransportGuarantee

        public String getTransportGuarantee()
      • getUrlPattern

        public String getUrlPattern()
      • getVirtualHost

        public String getVirtualHost()