congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
SchemaBinding.setIgnoreUnresolvedFieldOrClass
Code IndexAdd Tabnine to your IDE (free)

How to use
setIgnoreUnresolvedFieldOrClass
method
in
org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding

Best Java code snippets using org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding.setIgnoreUnresolvedFieldOrClass (Showing top 2 results out of 315)

origin: org.jboss.ws.native/jbossws-native-core

/**
* Creates and initializes an instance of SchemaBinding
*/
public SchemaBinding buildSchemaBinding(XSModel model, JavaWsdlMapping wsdlMapping)
{
 JBossEntityResolver resolver = new JBossWSEntityResolver(ClassLoaderProvider.getDefaultProvider().getServerJAXRPCIntegrationClassLoader());
 SchemaBinding schemaBinding = XsdBinder.bind(model, new DefaultSchemaResolver(resolver));
 schemaBinding.setIgnoreLowLine(false);
 schemaBinding.setIgnoreUnresolvedFieldOrClass(false);
 schemaBinding.setUnmarshalListsToArrays(true); // note: default jaxb2.0 is false!
 schemaBinding.setSimpleContentProperty("_value");
 schemaBinding.setUseNoArgCtorIfFound(true);
 schemaBinding.setReplacePropertyRefs(false);
 if (wsdlMapping != null)
 {
   bindSchemaToJava(schemaBinding, wsdlMapping);
 }
 return schemaBinding;
}
origin: jboss/jbossxb

schema.setIgnoreUnresolvedFieldOrClass(schemaBindings.isIgnoreUnresolvedFieldOrClass());
org.jboss.xb.binding.sunday.unmarshallingSchemaBindingsetIgnoreUnresolvedFieldOrClass

Javadoc

If a field is not found in the parent class to set child value on or a class an element is bound to an exception will be thrown if this property is false. Otherwise, the process will just go on (the default for now).

Popular methods of SchemaBinding

  • getType
  • setReplacePropertyRefs
  • addElement
  • addType
  • getElement
  • getElements
  • getPackageMetaData
  • setPackageMetaData
  • <init>
  • addElementParticle
  • addGroup
  • getElementParticle
  • addGroup,
  • getElementParticle,
  • getElementParticles,
  • getSchemaResolver,
  • getSimpleContentProperty,
  • getTypes,
  • getXopMarshaller,
  • getXopUnmarshaller,
  • isIgnoreLowLine

Popular in Java

  • Start an intent from android
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • compareTo (BigDecimal)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Top plugins for WebStorm
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