|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLName | |
---|---|
weblogic.webservice.encoding | Deprecated. Provides classes for weblogic.webservice.encoding>. |
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.webservice.encoding |
---|
Methods in weblogic.webservice.encoding with parameters of type XMLName | |
---|---|
protected void |
AttachmentCodec.addBodyElement(XMLName name,
SOAPMessage message)
Deprecated. |
Object |
SOAPElementCodec.deserialize(XMLName name,
Attribute att,
DeserializationContext context)
Deprecated. |
Object |
AttachmentCodec.deserialize(XMLName name,
Attribute att,
DeserializationContext context)
Deprecated. |
protected Object |
MimeMultipartCodec.deserialize(XMLName name,
SOAPMessage message,
DeserializationContext context)
Deprecated. |
protected Object |
DataHandlerCodec.deserialize(XMLName name,
SOAPMessage message,
DeserializationContext context)
Deprecated. |
protected Object |
DataHandlerArrayCodec.deserialize(XMLName name,
SOAPMessage message,
DeserializationContext context)
Deprecated. |
protected Object |
AttachmentCodec.deserialize(XMLName name,
SOAPMessage message,
DeserializationContext context)
Deprecated. |
Object |
SOAPElementCodec.deserialize(XMLName name,
XMLInputStream reader,
DeserializationContext context)
Deprecated. |
Object |
AttachmentCodec.deserialize(XMLName name,
XMLInputStream reader,
DeserializationContext context)
Deprecated. |
protected AttachmentPart |
AttachmentCodec.getAttachmentPart(XMLName name,
SOAPMessage message,
DeserializationContext context)
Deprecated. |
protected void |
MimeMultipartCodec.serialize(Object input,
XMLName name,
SOAPMessage message,
SerializationContext context)
Deprecated. |
protected void |
DataHandlerCodec.serialize(Object input,
XMLName name,
SOAPMessage message,
SerializationContext context)
Deprecated. |
protected void |
DataHandlerArrayCodec.serialize(Object input,
XMLName name,
SOAPMessage message,
SerializationContext context)
Deprecated. |
protected void |
AttachmentCodec.serialize(Object input,
XMLName name,
SOAPMessage message,
SerializationContext context)
Deprecated. |
void |
SOAPElementCodec.serialize(Object obj,
XMLName name,
XMLOutputStream writer,
SerializationContext context)
Deprecated. |
void |
AttachmentCodec.serialize(Object obj,
XMLName name,
XMLOutputStream writer,
SerializationContext context)
Deprecated. |
protected abstract SOAPElement |
SOAPElementCodec.serializeToSOAPElement(Object input,
XMLName name,
SOAPElement parent,
SerializationContext context)
Deprecated. Take the given input Object and return a new SOAPElement instance containing the XML representation of that Object. |
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. |
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |