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

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

Best Java code snippets using org.jboss.wsf.spi.metadata.j2ee.JSEArchiveMetaData.getConfigFile (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.j2eeJSEArchiveMetaDatagetConfigFile

Popular methods of JSEArchiveMetaData

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

Popular in Java

  • Reading from database using SQL prepared statement
  • getSupportFragmentManager (FragmentActivity)
  • putExtra (Intent)
  • getSystemService (Context)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • JLabel (javax.swing)
  • Top PhpStorm plugins
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