Package | Description |
---|---|
org.jboss.ws.core | |
org.jboss.ws.core.binding | |
org.jboss.ws.core.jaxrpc | |
org.jboss.ws.core.jaxrpc.binding | |
org.jboss.ws.core.jaxrpc.handler |
Modifier and Type | Method and Description |
---|---|
abstract SerializationContext |
CommonMessageContext.createSerializationContext() |
SerializationContext |
CommonMessageContext.getSerializationContext() |
Modifier and Type | Method and Description |
---|---|
void |
CommonMessageContext.setSerializationContext(SerializationContext serContext) |
Modifier and Type | Method and Description |
---|---|
abstract Object |
DeserializerSupport.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext)
Deserialize an XML fragment to an object value
|
Object |
DeserializerSupport.deserialize(SOAPContentElement soapElement,
SerializationContext serContext) |
abstract Result |
SerializerSupport.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
Serialize an object value to an XML fragment
|
Result |
SerializerSupport.serialize(SOAPContentElement soapElement,
SerializationContext serContext) |
Modifier and Type | Class and Description |
---|---|
class |
SerializationContextJAXRPC
The serialization context for JAXRPC endpoints/clients
|
Modifier and Type | Method and Description |
---|---|
Object |
SimpleDeserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Object |
SOAPElementDeserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Object |
SOAPArrayDeserializer.deserialize(QName xmlName,
QName xmlType,
Source source,
SerializationContext serContext) |
Object |
QNameDeserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Object |
JBossXBDeserializer.deserialize(QName xmlName,
QName xmlType,
Source source,
SerializationContext serContext) |
Object |
HexDeserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Object |
ElementDeserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Object |
DateDeserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Object |
CalendarDeserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Object |
Base64Deserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Result |
SimpleSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
Marshal the value for a given XMLSchema type
|
Result |
SOAPElementSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
Marshal the value for a given XMLSchema type
|
Result |
SOAPArraySerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes) |
Result |
QNameSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes) |
Result |
NullValueSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
Serializes an object null value.
|
Result |
JBossXBSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
For marshalling the WS layer passes to the JAXB layer
- optional java object instance
- required map of packaged or generated XSDSchema
- required QName of the root element
- optional QName of the root complex type
- optional instance of JavaWsdlMapping
If the object value is null, the corresponding XML representation of the nillable element should be marshalled.
|
Result |
HexSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes) |
Result |
ElementSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
Marshal the value for a given XMLSchema type
|
Result |
DateSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes) |
Result |
CalendarSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes) |
Result |
Base64Serializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes) |
Result |
SOAPArraySerializer.serialize(SOAPContentElement soapElement,
SerializationContext serContext) |
Modifier and Type | Method and Description |
---|---|
SerializationContext |
MessageContextJAXRPC.createSerializationContext()
Create the serialization context
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.