KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > rpc > encoding > DeserializerFactory

javax.xml.rpc.encoding
Interface DeserializerFactory

All Superinterfaces:
Serializable
See Also:
Top Examples, Source Code, Serializer

public Deserializer getDeserializerAs(String mechanismType)
See Also:
JAXRPCException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Iterator getSupportedMechanismTypes()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags