public class JBossXBSupport extends Object
Constructor and Description |
---|
JBossXBSupport() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding |
getOrCreateSchemaBinding(Map properties)
Setup SchemaBinding associated with the ServiceMetaData.
|
static org.jboss.xb.binding.ObjectLocalMarshaller |
getWildcardMarshaller()
Create a Marshaller that serializes
org.w3c.dom.Element 's to a org.xml.sax.ContentHandler |
public static org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding getOrCreateSchemaBinding(Map properties)
The SchemaBinding expects to have an element binding for the incomming xml element. Because the same element name can be reused by various operations with different xml types, we have to add the element binding on every invocation.
public static org.jboss.xb.binding.ObjectLocalMarshaller getWildcardMarshaller()
org.w3c.dom.Element
's to a org.xml.sax.ContentHandler
MarshallingContext.getContentHandler()
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.