congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
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

  • Finding current android device location
  • startActivity (Activity)
  • getSystemService (Context)
  • putExtra (Intent)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • Menu (java.awt)
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Top 17 Plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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