|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLName | |
---|---|
weblogic.xml.schema.binding | |
weblogic.xml.schema.binding.util.runtime | |
weblogic.xml.security.specs | |
weblogic.xml.security.wsse | |
weblogic.xml.security.wsse.v200207 | |
weblogic.xml.stream | Deprecated. Provides XML stream support. |
weblogic.xml.stream.events | Deprecated</> classes for weblogic.xml.stream.events . |
weblogic.xml.stream.util | Deprecated. Provides XML stream utilities support. |
Uses of XMLName in weblogic.xml.schema.binding |
---|
Methods in weblogic.xml.schema.binding that return XMLName | |
---|---|
abstract XMLName |
ClassContext.getSchemaType() schemaType describes the schema type we're expecting to serialize to or to desererialze from. |
abstract XMLName |
TypeMappingEntry.getSchemaType() |
abstract XMLName |
TypeMapping.getXMLNameFromClass(Class clazz) return the xml_name for a given class, as currently thought of by this mapping. |
Methods in weblogic.xml.schema.binding with parameters of type XMLName | |
---|---|
abstract boolean |
TypeMapping.add(Class clazz, XMLName xml_type, Serializer serializer, Deserializer deserializer) Shortcut for add(TypeMappingEntry) |
abstract boolean |
TypeMapping.add(Class clazz, XMLName xml_type, SerializerFactory serializer, DeserializerFactory deserializer) Shortcut for add(TypeMappingEntry) |
abstract Object |
Deserializer.deserialize(XMLName name, XMLInputStream reader, DeserializationContext context) Take an XML instance, create and populate the corresponding Object. |
abstract Object |
Deserializer.deserialize(XMLName name, Attribute att, DeserializationContext context) Take an XML instance, create and populate the corresponding Object. |
abstract TypeMappingEntry |
TypeMapping.get(XMLName schema_type, SchemaContext ctx) Get the TypeMappingEntry corresponding to the given XMLName and SchemaContext |
abstract Class |
TypeMapping.getClassFromXMLName(XMLName xml_name) return the class for a given xml_name, as currently thought of by this mapping. |
abstract void |
Serializer.serialize(Object obj, XMLName name, XMLOutputStream writer, SerializationContext context) Write the given Object to an XMLOutputSteam, using the information described in the mapping, using the name parameter as the name of the resulting element. |
abstract void |
ClassContext.setSchemaType(XMLName v) schemaType describes the schema type we're expecting to serialize to or to desererialze from. |
abstract void |
TypeMappingEntry.setSchemaType(XMLName v) |
Uses of XMLName in weblogic.xml.schema.binding.util.runtime |
---|
Methods in weblogic.xml.schema.binding.util.runtime that return XMLName | |
---|---|
XMLName |
ObjectRefTable.Entry.getName() |
Methods in weblogic.xml.schema.binding.util.runtime with parameters of type XMLName | |
---|---|
void |
ObjectRefTable.Entry.setName(XMLName v) |
Uses of XMLName in weblogic.xml.security.specs |
---|
Methods in weblogic.xml.security.specs that return XMLName | |
---|---|
XMLName |
ElementIdentifier.getXMLName() Deprecated. |
Uses of XMLName in weblogic.xml.security.wsse |
---|
Fields in weblogic.xml.security.wsse declared as XMLName | |
---|---|
static XMLName |
WSSEConstants.QNAME_ATTR_VALUETYPE Deprecated. |
static XMLName |
WSSEConstants.QNAME_FAULT_FAILEDAUTHENTICATION Deprecated. |
static XMLName |
WSSEConstants.QNAME_FAULT_FAILEDCHECK Deprecated. |
static XMLName |
WSSEConstants.QNAME_FAULT_INVALIDSECURITY Deprecated. |
static XMLName |
WSSEConstants.QNAME_FAULT_INVALIDSECURITYTOKEN Deprecated. |
static XMLName |
WSSEConstants.QNAME_FAULT_SECURITYTOKENUNAVAILBLE Deprecated. |
static XMLName |
WSSEConstants.QNAME_FAULT_UNSUPPORTEDALGORITHM Deprecated. |
static XMLName |
WSSEConstants.QNAME_FAULT_UNSUPPORTEDSECURITYTOKEN Deprecated. |
Uses of XMLName in weblogic.xml.security.wsse.v200207 |
---|
Fields in weblogic.xml.security.wsse.v200207 declared as XMLName | |
---|---|
static XMLName |
WSSEConstants.QNAME_ATTR_VALUETYPE |
static XMLName |
WSSEConstants.QNAME_FAULT_FAILEDAUTHENTICATION |
static XMLName |
WSSEConstants.QNAME_FAULT_FAILEDCHECK |
static XMLName |
WSSEConstants.QNAME_FAULT_INVALIDSECURITY |
static XMLName |
WSSEConstants.QNAME_FAULT_INVALIDSECURITYTOKEN |
static XMLName |
WSSEConstants.QNAME_FAULT_SECURITYTOKENUNAVAILBLE |
static XMLName |
WSSEConstants.QNAME_FAULT_UNSUPPORTEDALGORITHM |
static XMLName |
WSSEConstants.QNAME_FAULT_UNSUPPORTEDSECURITYTOKEN |
static XMLName |
WSSEConstants.QNAME_PASSWORDTYPE_PASSWORDTEXT |
Uses of XMLName in weblogic.xml.stream |
---|
Methods in weblogic.xml.stream that return XMLName | |
---|---|
abstract XMLName |
Attribute.getName() Deprecated. Get the XMLName of the current attribute. |
abstract XMLName |
XMLEvent.getName() Deprecated. Get the XMLName of the current element |
abstract XMLName |
Attribute.getSchemaType() Deprecated. Get the attribute type of the current attribute |
abstract XMLName |
XMLEvent.getSchemaType() Deprecated. Get the event type of the current element, returns an integer so that switch statements can be written on the result |
Methods in weblogic.xml.stream with parameters of type XMLName | |
---|---|
abstract Attribute |
StartElement.getAttributeByName(XMLName name) Deprecated. Returns the attribute referred to by this name |
abstract boolean |
XMLInputStream.skip(XMLName name) Position the stream at the next element of this name. |
abstract boolean |
XMLInputStream.skip(XMLName name, int eventType) Position the stream at the next element of this name and this type. |
Uses of XMLName in weblogic.xml.stream.events |
---|
Fields in weblogic.xml.stream.events declared as XMLName | |
---|---|
protected XMLName |
ElementEvent.name Deprecated. |
protected XMLName |
ElementEvent.schemaType Deprecated. |
Methods in weblogic.xml.stream.events that return XMLName | |
---|---|
XMLName |
ElementEvent.getName() Deprecated. |
XMLName |
ElementEvent.getSchemaType() Deprecated. |
Methods in weblogic.xml.stream.events with parameters of type XMLName | |
---|---|
Attribute |
StartElementEvent.getAttributeByName(XMLName name) Deprecated. |
void |
ElementEvent.setName(XMLName name) Deprecated. |
void |
ElementEvent.setSchemaType(XMLName type) Deprecated. |
Uses of XMLName in weblogic.xml.stream.util |
---|
Methods in weblogic.xml.stream.util with parameters of type XMLName | |
---|---|
protected boolean |
XMLInputOutputStreamBase.matchName(XMLName name1, XMLName name2) Deprecated. |
boolean |
PipedXMLInputStreamBase.skip(XMLName name) Deprecated. |
boolean |
PipedXMLInputStreamBase.skip(XMLName name, int elementType) Deprecated. |
boolean |
XMLInputOutputStreamBase.skip(XMLName name) Deprecated. |
boolean |
XMLInputOutputStreamBase.skip(XMLName name, int elementType) Deprecated. |
boolean |
XMLInputStreamFilterBase.skip(XMLName name) Deprecated. |
boolean |
XMLInputStreamFilterBase.skip(XMLName name, int elementType) Deprecated. |
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |