Uses of Class
com.sun.xml.fastinfoset.vocab.SerializerVocabulary
-
Packages that use SerializerVocabulary Package Description com.sun.xml.fastinfoset com.sun.xml.fastinfoset.tools com.sun.xml.fastinfoset.vocab com.sun.xml.ws.transport.tcp.encoding.configurator -
-
Uses of SerializerVocabulary in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as SerializerVocabulary Modifier and Type Field Description protected SerializerVocabularyEncoder. _vThe vocabulary that is used by the encoderMethods in com.sun.xml.fastinfoset with parameters of type SerializerVocabulary Modifier and Type Method Description voidEncoder. setVocabulary(SerializerVocabulary vocabulary)Set the SerializerVocabulary to be used for encoding. -
Uses of SerializerVocabulary in com.sun.xml.fastinfoset.tools
Fields in com.sun.xml.fastinfoset.tools declared as SerializerVocabulary Modifier and Type Field Description protected SerializerVocabularyVocabularyGenerator. _serializerVocabularyConstructors in com.sun.xml.fastinfoset.tools with parameters of type SerializerVocabulary Constructor Description VocabularyGenerator(SerializerVocabulary serializerVocabulary)VocabularyGenerator(SerializerVocabulary serializerVocabulary, ParserVocabulary parserVocabulary)Creates a new instance of VocabularyGenerator -
Uses of SerializerVocabulary in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as SerializerVocabulary Modifier and Type Field Description protected SerializerVocabularyParserVocabulary. _readOnlyVocabularyprotected SerializerVocabularySerializerVocabulary. _readOnlyVocabularyMethods in com.sun.xml.fastinfoset.vocab that return SerializerVocabulary Modifier and Type Method Description SerializerVocabularySerializerVocabulary. getReadOnlyVocabulary()Methods in com.sun.xml.fastinfoset.vocab with parameters of type SerializerVocabulary Modifier and Type Method Description voidSerializerVocabulary. setExternalVocabulary(String externalVocabularyURI, SerializerVocabulary externalVocabulary, boolean clear)voidSerializerVocabulary. setInitialVocabulary(SerializerVocabulary initialVocabulary, boolean clear)protected voidSerializerVocabulary. setReadOnlyVocabulary(SerializerVocabulary readOnlyVocabulary, boolean clear) -
Uses of SerializerVocabulary in com.sun.xml.ws.transport.tcp.encoding.configurator
Methods in com.sun.xml.ws.transport.tcp.encoding.configurator that return SerializerVocabulary Modifier and Type Method Description SerializerVocabularyDefaultSerializerVocabularyFactory. newInstance()SerializerVocabularySerializerVocabularyFactory. newInstance()
-