Uses of Class
com.sun.xml.rpc.processor.model.java.JavaInterface
-
Packages that use JavaInterface Package Description com.sun.xml.rpc.processor.generator com.sun.xml.rpc.processor.model com.sun.xml.rpc.processor.model.exporter -
-
Uses of JavaInterface in com.sun.xml.rpc.processor.generator
Methods in com.sun.xml.rpc.processor.generator with parameters of type JavaInterface Modifier and Type Method Description StringNames. customJavaTypeClassName(JavaInterface intf)StringNames. makeDerivedClassName(JavaInterface javaInterface, String suffix, String infix)StringNames. serializerRegistryClassName(JavaInterface intf)StringNames. skeletonFor(JavaInterface javaInterface)Return skeleton class name for impl class name. -
Uses of JavaInterface in com.sun.xml.rpc.processor.model
Methods in com.sun.xml.rpc.processor.model that return JavaInterface Modifier and Type Method Description JavaInterfacePort. getJavaInterface()JavaInterfaceService. getJavaInterface()Methods in com.sun.xml.rpc.processor.model with parameters of type JavaInterface Modifier and Type Method Description voidPort. setJavaInterface(JavaInterface i)voidService. setJavaInterface(JavaInterface i)Constructors in com.sun.xml.rpc.processor.model with parameters of type JavaInterface Constructor Description Service(QName name, JavaInterface javaInterface) -
Uses of JavaInterface in com.sun.xml.rpc.processor.model.exporter
Methods in com.sun.xml.rpc.processor.model.exporter with parameters of type JavaInterface Modifier and Type Method Description protected voidModelImporter. propertyJavaInterface(XMLReader reader, JavaInterface subject, String name, Object value)protected voidModelExporter. visitJavaInterface(JavaInterface target)
-