KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.rpc.encoding
Interface SerializerFactory

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

public Serializer getSerializerAs(String mechanismType)
See Also:
IllegalArgumentException, 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