|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Deserializes a stream from EncodingToken
into a Java objects.
Field Summary | |
static java.lang.String |
MECHANISM_TYPE
JAX-RPC mechanism type. |
Method Summary | |
java.lang.Object |
deserialize(EncodingTokenizer dataTokenizer,
java.lang.Class targetClass,
DeserializationContext context,
DeserializationChain chain)
Deserializes a stream from EncodingTokenizer into a Java objects. |
void |
init(Configurable configurable)
Initializes the deserializer. |
Methods inherited from interface javax.xml.rpc.encoding.Deserializer |
getMechanismType |
Field Detail |
public static final java.lang.String MECHANISM_TYPE
Every deserializer that implements this interface must return this constant as a result of getMechanismType() call.
Method Detail |
public java.lang.Object deserialize(EncodingTokenizer dataTokenizer, java.lang.Class targetClass, DeserializationContext context, DeserializationChain chain) throws MessageProcessingException
EncodingTokenizer
into a Java objects.
dataTokenizer
- the tokenizer returning a stream of tokenstargetClass
- the class which should be instantiated and
filled with incoming datacontext
- the walker which controls the usage of custom
deserializers and takes care about references
MessageProcessingException
- if the deserialization has not been successfulpublic void init(Configurable configurable)
Called anytime before the deserializer is used.
configurable
- the configurable of the deserializer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |