congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
JSEArchiveMetaData.getConfigName
Code IndexAdd Tabnine to your IDE (free)

How to use
getConfigName
method
in
org.jboss.wsf.spi.metadata.j2ee.JSEArchiveMetaData

Best Java code snippets using org.jboss.wsf.spi.metadata.j2ee.JSEArchiveMetaData.getConfigName (Showing top 1 results out of 315)

origin: org.jboss.ws/jbossws-common

public BasicConfigResolver(ArchiveDeployment dep, Class<?> implementorClass) {
 String epConfigName = null;
 String epConfigFile = null;
 JSEArchiveMetaData jsemd = dep.getAttachment(JSEArchiveMetaData.class);
 JBossWebservicesMetaData wsmd = dep.getAttachment(JBossWebservicesMetaData.class);
 //first check JSEArchiveMetaData as that has the actual merged value for POJO deployments
 if (jsemd != null) {
   epConfigName = jsemd.getConfigName();
   epConfigFile = jsemd.getConfigFile();
 } else if (wsmd != null) {
   epConfigName = wsmd.getConfigName();
   epConfigFile = wsmd.getConfigFile();
 }
 this.configNameOverride = epConfigName;
 this.configFileOverride = epConfigFile;
 this.implementorClass = implementorClass;
 this.deploymentRoot = dep.getRootFile();
 this.ann = implementorClass.getAnnotation(EndpointConfig.class);
}
org.jboss.wsf.spi.metadata.j2eeJSEArchiveMetaDatagetConfigName

Popular methods of JSEArchiveMetaData

  • <init>
  • setConfigFile
  • setConfigName
  • setContextRoot
  • setPublishLocationAdapter
  • setSecurityDomain
  • setSecurityMetaData
  • setServletClassNames
  • setServletMappings
  • getSecurityMetaData
  • getServletMappings
  • getContextRoot
  • getServletMappings,
  • getContextRoot,
  • getConfigFile,
  • getSecurityDomain,
  • getServletClassNames,
  • getWsdlPublishLocationByName

Popular in Java

  • Running tasks concurrently on multiple threads
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • setRequestProperty (URLConnection)
  • setContentView (Activity)
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • Collectors (java.util.stream)
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now