Modifier and Type | Class and Description |
---|---|
class |
JavaClass |
class |
JavaExceptionClass |
class |
JavaServiceClass |
Modifier and Type | Method and Description |
---|---|
JavaInterface |
JavaMethod.getInterface() |
JavaInterface |
JavaType.getOwner() |
Modifier and Type | Method and Description |
---|---|
Map<String,JavaInterface> |
JavaModel.getInterfaces() |
Modifier and Type | Method and Description |
---|---|
void |
JavaModel.addInterface(String name,
JavaInterface i) |
void |
JavaMethod.setInterface(JavaInterface intf) |
void |
JavaType.setOwner(JavaInterface intf) |
Constructor and Description |
---|
JavaMethod(JavaInterface i) |
Modifier and Type | Method and Description |
---|---|
static JavaInterface |
JavaFirstUtil.serviceInfo2JavaInf(ServiceInfo service) |
Modifier and Type | Class and Description |
---|---|
class |
WrapperBeanClass |
Modifier and Type | Method and Description |
---|---|
JavaInterface |
JAXWSFrontEndProcessor.serviceInfo2JavaInf(ServiceInfo service) |
Modifier and Type | Method and Description |
---|---|
void |
HandlerConfigGenerator.setJavaInterface(JavaInterface javaInterface) |
Modifier and Type | Method and Description |
---|---|
static JavaInterface |
PortTypeProcessor.getInterface(ToolContext context,
ServiceInfo serviceInfo,
InterfaceInfo interfaceInfo) |
Modifier and Type | Method and Description |
---|---|
void |
OperationProcessor.process(JavaInterface intf,
OperationInfo operation) |
Constructor and Description |
---|
XmlJavaTypeAdapterAnnotator(JavaInterface intf,
Class<? extends XmlAdapter<?,?>> adapter) |
XmlListAnotator(JavaInterface intf) |
Modifier and Type | Method and Description |
---|---|
JavaInterface |
InterfaceMapper.map(InterfaceInfo interfaceInfo) |
Apache CXF