Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

Uses of Interface
weblogic.xml.stream.XMLName

Packages that use XMLName
weblogic.xml.schema.binding Provides a framework for defining a data binding between XML Schema types and Java types. 
weblogic.xml.security.assertion Deprecated. Provides interfaces and classes for weblogic.xml.security.assertion
weblogic.xml.security.specs Deprecated. Provides interfaces and classes for weblogic.xml.security.specs
weblogic.xml.security.wsse Deprecated. Provides interfaces and classes for weblogic.xml.security.wsse
weblogic.xml.stream Deprecated. Provides XML stream support. 
weblogic.xml.stream.util Deprecated. Provides XML stream utilities support. 
 

Uses of XMLName in weblogic.xml.schema.binding
 

Methods in weblogic.xml.schema.binding with parameters of type XMLName
 Object Deserializer.deserialize(XMLName name, Attribute att, DeserializationContext context)
          Take an XML instance, create and populate the corresponding Object.
 Object Deserializer.deserialize(XMLName name, XMLInputStream reader, DeserializationContext context)
          Take an XML instance, create and populate the corresponding Object.
 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.
 

Uses of XMLName in weblogic.xml.security.assertion
 

Constructors in weblogic.xml.security.assertion with parameters of type XMLName
ElementIntegrityAssertion(String method, X509Certificate cert, XMLName name, String restriction)
          Deprecated.  
 

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.stream
 

Methods in weblogic.xml.stream that return XMLName
static XMLName ElementFactory.createXMLName(String localName)
          Deprecated.  
static XMLName ElementFactory.createXMLName(String namespaceUri, String localName)
          Deprecated.  
static XMLName ElementFactory.createXMLName(String namespaceUri, String localName, String prefix)
          Deprecated.  
 XMLName XMLEvent.getName()
          Deprecated. Get the XMLName of the current element
 XMLName Attribute.getName()
          Deprecated. Get the XMLName of the current attribute.
 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
 XMLName Attribute.getSchemaType()
          Deprecated. Get the attribute type of the current attribute
 

Methods in weblogic.xml.stream with parameters of type XMLName
static Attribute ElementFactory.createAttribute(XMLName name, String value)
          Deprecated.  
static Attribute ElementFactory.createAttribute(XMLName name, String value, String type)
          Deprecated.  
static EndElement ElementFactory.createEndElement(XMLName name)
          Deprecated.  
static ProcessingInstruction ElementFactory.createProcessingInstruction(XMLName name, String content)
          Deprecated.  
static StartElement ElementFactory.createStartElement(XMLName name)
          Deprecated.  
static StartElement ElementFactory.createStartElement(XMLName name, AttributeIterator attributes)
          Deprecated.  
static StartElement ElementFactory.createStartElement(XMLName name, AttributeIterator attributes, AttributeIterator namespaces)
          Deprecated.  
 Attribute StartElement.getAttributeByName(XMLName name)
          Deprecated. Returns the attribute referred to by this name
 boolean XMLInputStream.skip(XMLName name)
          Deprecated. Position the stream at the next element of this name.
 boolean XMLInputStream.skip(XMLName name, int eventType)
          Deprecated. Position the stream at the next element of this name and this type.
 

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 XMLInputStreamFilterBase.skip(XMLName name)
          Deprecated.  
 boolean XMLInputOutputStreamBase.skip(XMLName name)
          Deprecated.  
 boolean PipedXMLInputStreamBase.skip(XMLName name)
          Deprecated.  
 boolean XMLInputStreamFilterBase.skip(XMLName name, int elementType)
          Deprecated.  
 boolean XMLInputOutputStreamBase.skip(XMLName name, int elementType)
          Deprecated.  
 boolean PipedXMLInputStreamBase.skip(XMLName name, int elementType)
          Deprecated.  
 


Copyright 1996, 2011, 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
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02