|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents a chain of serializers.
Method Summary | |
Serializer |
getNextSerializerAs(java.lang.String serializerType)
returns the next serializer converted to the type specified via serializerType attribute. |
java.lang.String |
getNextSerializersType()
returns the jax-rpc type of the first serializer |
boolean |
hasMoreSerializers()
returns true if there are any serializers left in the chain |
void |
removeSerializer(Serializer serializer)
removes serializer from the chain, so that it won't be returned by getSerializerAs(...) |
Method Detail |
public void removeSerializer(Serializer serializer)
serializer
- the serializer to be removedpublic boolean hasMoreSerializers()
public java.lang.String getNextSerializersType() throws java.util.NoSuchElementException
java.util.NoSuchElementException
- if the chain is empty.public Serializer getNextSerializerAs(java.lang.String serializerType) throws java.util.NoSuchElementException
serializerType
attribute.
java.util.NoSuchElementException
- if the chain is empty.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |