|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InterfaceInfo | |
|---|---|
| org.apache.cxf.service | This package and its sub packages contain classes relating to services and the CXF service model |
| org.apache.cxf.service.factory | |
| org.apache.cxf.service.model | |
| org.apache.cxf.wsdl11 | |
| Uses of InterfaceInfo in org.apache.cxf.service |
|---|
| Methods in org.apache.cxf.service with parameters of type InterfaceInfo | |
|---|---|
void |
ServiceModelVisitor.begin(InterfaceInfo intf)
|
void |
ServiceModelVisitor.end(InterfaceInfo intf)
|
| Uses of InterfaceInfo in org.apache.cxf.service.factory |
|---|
| Methods in org.apache.cxf.service.factory that return InterfaceInfo | |
|---|---|
protected InterfaceInfo |
ReflectionServiceFactoryBean.createInterface(ServiceInfo serviceInfo)
|
protected InterfaceInfo |
ReflectionServiceFactoryBean.getInterfaceInfo()
|
| Methods in org.apache.cxf.service.factory with parameters of type InterfaceInfo | |
|---|---|
protected FaultInfo |
ReflectionServiceFactoryBean.addFault(InterfaceInfo service,
OperationInfo op,
Class<?> exClass)
|
protected void |
ReflectionServiceFactoryBean.createMessageParts(InterfaceInfo intf,
OperationInfo op,
Method method)
|
protected OperationInfo |
ReflectionServiceFactoryBean.createOperation(ServiceInfo serviceInfo,
InterfaceInfo intf,
Method m)
|
protected ServiceInfo |
ReflectionServiceFactoryBean.createServiceInfo(InterfaceInfo intf)
|
QName |
DefaultServiceConfiguration.getFaultName(InterfaceInfo service,
OperationInfo o,
Class<?> exClass,
Class<?> beanClass)
|
protected QName |
ReflectionServiceFactoryBean.getFaultName(InterfaceInfo service,
OperationInfo o,
Class<?> exClass,
Class<?> beanClass)
|
QName |
AbstractServiceConfiguration.getFaultName(InterfaceInfo service,
OperationInfo o,
Class<?> exClass,
Class<?> beanClass)
|
QName |
DefaultServiceConfiguration.getOperationName(InterfaceInfo service,
Method method)
|
protected QName |
ReflectionServiceFactoryBean.getOperationName(InterfaceInfo service,
Method method)
Creates a name for the operation from the method name. |
QName |
AbstractServiceConfiguration.getOperationName(InterfaceInfo service,
Method method)
Creates a name for the operation from the method name. |
boolean |
ReflectionServiceFactoryBean.hasWrappedMethods(InterfaceInfo interfaceInfo)
|
protected void |
ReflectionServiceFactoryBean.initializeFaults(InterfaceInfo service,
OperationInfo op,
Method method)
|
protected void |
ReflectionServiceFactoryBean.initializeWSDLOperation(InterfaceInfo intf,
OperationInfo o,
Method method)
|
| Uses of InterfaceInfo in org.apache.cxf.service.model |
|---|
| Methods in org.apache.cxf.service.model that return InterfaceInfo | |
|---|---|
InterfaceInfo |
ServiceInfo.createInterface(QName qn)
|
InterfaceInfo |
OperationInfo.getInterface()
|
InterfaceInfo |
BindingInfo.getInterface()
|
InterfaceInfo |
EndpointInfo.getInterface()
|
InterfaceInfo |
ServiceInfo.getInterface()
|
| Methods in org.apache.cxf.service.model with parameters of type InterfaceInfo | |
|---|---|
void |
ServiceInfo.setInterface(InterfaceInfo inf)
|
| Uses of InterfaceInfo in org.apache.cxf.wsdl11 |
|---|
| Methods in org.apache.cxf.wsdl11 with parameters of type InterfaceInfo | |
|---|---|
protected javax.wsdl.PortType |
ServiceWSDLBuilder.buildPortType(InterfaceInfo intf,
javax.wsdl.Definition def)
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||