public class SOAPArraySerializer extends SerializerSupport
Constructor and Description |
---|
SOAPArraySerializer() |
Modifier and Type | Method and Description |
---|---|
Result |
serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
Serialize an object value to an XML fragment
|
Result |
serialize(SOAPContentElement soapElement,
SerializationContext serContext) |
getMechanismType, wrapValueStr
public SOAPArraySerializer() throws BindingException
BindingException
public Result serialize(SOAPContentElement soapElement, SerializationContext serContext) throws BindingException
serialize
in class SerializerSupport
BindingException
public Result serialize(QName xmlName, QName xmlType, Object value, SerializationContext serContext, NamedNodeMap attributes) throws BindingException
SerializerSupport
serialize
in class SerializerSupport
xmlName
- The root element name of the resulting fragmentxmlType
- The associated schema typevalue
- The value to serializeserContext
- The serialization contextattributes
- The attributes on this elementBindingException
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.