Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
E
G
I
O
Q
R
S
W
A
attributeQName2String(QName)
- Method in class org.apache.axis.encoding.
SerializationContext
Convert attribute QName to a string of the form
:
There are slightly different rules for attributes: - There is no default namespace - any attribute in a namespace must have a prefix
E
endElement()
- Method in class org.apache.axis.encoding.
SerializationContext
Writes the end element tag for the open element.
G
getCurrentMessage()
- Method in class org.apache.axis.encoding.
SerializationContext
Return the current message
getCurrentXMLType()
- Method in class org.apache.axis.encoding.
SerializationContext
Get the currently prefered xmlType
getDoMultiRefs()
- Method in class org.apache.axis.encoding.
SerializationContext
Are we doing multirefs?
getEncoder()
- Method in class org.apache.axis.encoding.
SerializationContext
getEncoding()
- Method in class org.apache.axis.encoding.
SerializationContext
get the encoding for the serialization
getEncodingStyle()
- Method in class org.apache.axis.encoding.
SerializationContext
Returns this context's encoding style.
getItemQName()
- Method in class org.apache.axis.encoding.
SerializationContext
getItemType()
- Method in class org.apache.axis.encoding.
SerializationContext
getMessageContext()
- Method in class org.apache.axis.encoding.
SerializationContext
Get the MessageContext we're operating with
getPrefixForURI(String)
- Method in class org.apache.axis.encoding.
SerializationContext
Get a prefix for a namespace URI.
getPrefixForURI(String, String)
- Method in class org.apache.axis.encoding.
SerializationContext
Get a prefix for the given namespace URI.
getPrefixForURI(String, String, boolean)
- Method in class org.apache.axis.encoding.
SerializationContext
Get a prefix for the given namespace URI.
getPretty()
- Method in class org.apache.axis.encoding.
SerializationContext
Get whether the serialization should be pretty printed.
getQNameForClass(Class)
- Method in class org.apache.axis.encoding.
SerializationContext
Get the QName associated with the specified class.
getSerializerForJavaType(Class)
- Method in class org.apache.axis.encoding.
SerializationContext
Convenience method to get the Serializer for a specific java type
getTypeMapping()
- Method in class org.apache.axis.encoding.
SerializationContext
Get the TypeMapping we're using.
getTypeMappingRegistry()
- Method in class org.apache.axis.encoding.
SerializationContext
Get the TypeMappingRegistry we're using.
getValueAsString(Object, QName, Class)
- Method in class org.apache.axis.encoding.
SerializationContext
I
isEncoded()
- Method in class org.apache.axis.encoding.
SerializationContext
Returns whether this context should be encoded or not.
isPrimitive(Object)
- Method in class org.apache.axis.encoding.
SerializationContext
Indicates whether the object should be interpretted as a primitive for the purposes of multi-ref processing.
O
org.apache.axis.encoding
- package org.apache.axis.encoding
outputMultiRefs()
- Method in class org.apache.axis.encoding.
SerializationContext
The serialize method uses hrefs to reference all non-primitive values.
Q
qName2String(QName, boolean)
- Method in class org.apache.axis.encoding.
SerializationContext
Convert QName to a string of the form
:
qName2String(QName)
- Method in class org.apache.axis.encoding.
SerializationContext
R
registerPrefixForURI(String, String)
- Method in class org.apache.axis.encoding.
SerializationContext
Register prefix for the indicated uri
S
SerializationContext
- Class in
org.apache.axis.encoding
Manage a serialization, including keeping track of namespace mappings and element stacks.
SerializationContext(Writer)
- Constructor for class org.apache.axis.encoding.
SerializationContext
Construct SerializationContext with associated writer
SerializationContext(Writer, MessageContext)
- Constructor for class org.apache.axis.encoding.
SerializationContext
Construct SerializationContext with associated writer and MessageContext
serialize(QName, Attributes, Object)
- Method in class org.apache.axis.encoding.
SerializationContext
Serialize the indicated value as an element with the name indicated by elemQName.
serialize(QName, Attributes, Object, QName)
- Method in class org.apache.axis.encoding.
SerializationContext
Deprecated.
use serialize(QName, Attributes, Object, QName, Class) instead
serialize(QName, Attributes, Object, QName, Class)
- Method in class org.apache.axis.encoding.
SerializationContext
Serialize the indicated value as an element with the name indicated by elemQName.
serialize(QName, Attributes, Object, QName, boolean, Boolean)
- Method in class org.apache.axis.encoding.
SerializationContext
Deprecated.
use serialize(QName, Attributes, Object, QName, Boolean, Boolean) instead.
serialize(QName, Attributes, Object, QName, Boolean, Boolean)
- Method in class org.apache.axis.encoding.
SerializationContext
Serialize the indicated value as an element with the name indicated by elemQName.
serialize(QName, Attributes, Object, QName, Class, Boolean, Boolean)
- Method in class org.apache.axis.encoding.
SerializationContext
Serialize the indicated value as an element with the name indicated by elemQName.
setDoMultiRefs(boolean)
- Method in class org.apache.axis.encoding.
SerializationContext
Set whether we are doing multirefs
setEncoding(String)
- Method in class org.apache.axis.encoding.
SerializationContext
set the encoding for the serialization
setItemQName(QName)
- Method in class org.apache.axis.encoding.
SerializationContext
setItemType(QName)
- Method in class org.apache.axis.encoding.
SerializationContext
setPretty(boolean)
- Method in class org.apache.axis.encoding.
SerializationContext
Indicate whether the serialization should be pretty printed.
setSendDecl(boolean)
- Method in class org.apache.axis.encoding.
SerializationContext
Set whether or not we should write XML declarations.
setTypeAttribute(Attributes, QName)
- Method in class org.apache.axis.encoding.
SerializationContext
Obtains the type attribute that should be serialized and returns the new list of Attributes
setWriteXMLType(QName)
- Method in class org.apache.axis.encoding.
SerializationContext
shouldSendXSIType()
- Method in class org.apache.axis.encoding.
SerializationContext
Get whether or not to write xsi:type attributes.
startElement(QName, Attributes)
- Method in class org.apache.axis.encoding.
SerializationContext
Writes (using the Writer) the start tag for element QName along with the indicated attributes and namespace mappings.
W
writeChars(char[], int, int)
- Method in class org.apache.axis.encoding.
SerializationContext
Convenience operation to write out (to Writer) the characters in p1 starting at index p2 for length p3.
writeDOMElement(Element)
- Method in class org.apache.axis.encoding.
SerializationContext
Output a DOM representation to a SerializationContext
writeSafeString(String)
- Method in class org.apache.axis.encoding.
SerializationContext
Convenience operation to write out (to Writer) the String properly encoded with xml entities (like &)
writeString(String)
- Method in class org.apache.axis.encoding.
SerializationContext
Convenience operation to write out (to Writer) the String
writeXMLDeclaration()
- Method in class org.apache.axis.encoding.
SerializationContext
A
E
G
I
O
Q
R
S
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes