Package | Description |
---|---|
org.jboss.ws | |
org.jboss.ws.core | |
org.jboss.ws.core.binding | |
org.jboss.ws.core.jaxrpc.binding |
Modifier and Type | Method and Description |
---|---|
BindingException |
NativeMessages.couldNotDetermineMimeType(String par) |
BindingException |
NativeMessages.couldNotLocateAttachment(QName qname) |
BindingException |
NativeMessages.javaTypeIsNotAssignableFrom(String s1,
String s2) |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
CommonSOAPBinding.bindRequestMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the client side, generate the payload from IN parameters.
|
SOAPMessage |
CommonBinding.bindRequestMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the client side, generate the Object from IN parameters.
|
SOAPMessage |
CommonSOAPBinding.bindResponseMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the server side, generate the payload from OUT parameters.
|
SOAPMessage |
CommonBinding.bindResponseMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the server side, generate the Object from OUT parameters in the Invocation object.
|
EndpointInvocation |
CommonSOAPBinding.unbindRequestMessage(OperationMetaData opMetaData,
SOAPMessage payload)
On the server side, extract the IN parameters from the payload and populate an Invocation object
|
EndpointInvocation |
CommonBinding.unbindRequestMessage(OperationMetaData opMetaData,
SOAPMessage reqMessage)
On the server side, extract the IN parameters from the Object and populate an Invocation object
|
void |
CommonSOAPBinding.unbindResponseMessage(OperationMetaData opMetaData,
SOAPMessage payload,
EndpointInvocation epInv)
On the client side, extract the OUT parameters from the payload and return them to the client.
|
void |
CommonBinding.unbindResponseMessage(OperationMetaData opMetaData,
SOAPMessage resMessage,
EndpointInvocation epInv)
On the client side, extract the OUT parameters from the Object and return them to the client.
|
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 DeserializerSupport |
AbstractDeserializerFactory.getDeserializer() |
abstract SerializerSupport |
AbstractSerializerFactory.getSerializer() |
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 | 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) |
DeserializerSupport |
SOAPArrayDeserializerFactory.getDeserializer() |
DeserializerSupport |
JBossXBDeserializerFactory.getDeserializer() |
SerializerSupport |
SOAPArraySerializerFactory.getSerializer() |
SerializerSupport |
JBossXBSerializerFactory.getSerializer() |
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) |
Constructor and Description |
---|
JBossXBDeserializer() |
JBossXBSerializer() |
SOAPArraySerializer() |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.