| Package | Description |
|---|---|
| com.sun.xml.rpc.processor.generator | |
| com.sun.xml.rpc.processor.model | |
| com.sun.xml.rpc.processor.model.exporter |
| Modifier and Type | Method and Description |
|---|---|
String |
Names.customJavaTypeClassName(JavaInterface intf) |
String |
Names.makeDerivedClassName(JavaInterface javaInterface,
String suffix,
String infix) |
String |
Names.serializerRegistryClassName(JavaInterface intf) |
String |
Names.skeletonFor(JavaInterface javaInterface)
Return skeleton class name for impl class name.
|
| Modifier and Type | Method and Description |
|---|---|
JavaInterface |
Service.getJavaInterface() |
JavaInterface |
Port.getJavaInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setJavaInterface(JavaInterface i) |
void |
Port.setJavaInterface(JavaInterface i) |
| Constructor and Description |
|---|
Service(QName name,
JavaInterface javaInterface) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelImporter.propertyJavaInterface(XMLReader reader,
JavaInterface subject,
String name,
Object value) |
protected void |
ModelExporter.visitJavaInterface(JavaInterface target) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.