|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceInfo | |
---|---|
org.apache.cxf.jaxws.support | |
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.tools.wsdlto.frontend.jaxws.processor.internal.mapper | |
org.apache.cxf.wsdl11 |
Uses of InterfaceInfo in org.apache.cxf.jaxws.support |
---|
Methods in org.apache.cxf.jaxws.support with parameters of type InterfaceInfo | |
---|---|
javax.xml.namespace.QName |
JaxWsServiceConfiguration.getFaultName(InterfaceInfo service,
OperationInfo o,
java.lang.Class<?> exClass,
java.lang.Class<?> beanClass)
|
javax.xml.namespace.QName |
JaxWsServiceConfiguration.getOperationName(InterfaceInfo intf,
java.lang.reflect.Method method)
|
protected void |
JaxWsServiceFactoryBean.initializeWSDLOperation(InterfaceInfo intf,
OperationInfo o,
java.lang.reflect.Method method)
|
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,
java.lang.Class exClass)
|
protected void |
ReflectionServiceFactoryBean.createMessageParts(InterfaceInfo intf,
OperationInfo op,
java.lang.reflect.Method method)
|
protected OperationInfo |
ReflectionServiceFactoryBean.createOperation(ServiceInfo serviceInfo,
InterfaceInfo intf,
java.lang.reflect.Method m)
|
protected ServiceInfo |
ReflectionServiceFactoryBean.createServiceInfo(InterfaceInfo intf)
|
javax.xml.namespace.QName |
AbstractServiceConfiguration.getFaultName(InterfaceInfo service,
OperationInfo o,
java.lang.Class<?> exClass,
java.lang.Class<?> beanClass)
|
javax.xml.namespace.QName |
DefaultServiceConfiguration.getFaultName(InterfaceInfo service,
OperationInfo o,
java.lang.Class<?> exClass,
java.lang.Class<?> beanClass)
|
protected javax.xml.namespace.QName |
ReflectionServiceFactoryBean.getFaultName(InterfaceInfo service,
OperationInfo o,
java.lang.Class exClass,
java.lang.Class beanClass)
|
javax.xml.namespace.QName |
AbstractServiceConfiguration.getOperationName(InterfaceInfo service,
java.lang.reflect.Method method)
Creates a name for the operation from the method name. |
protected javax.xml.namespace.QName |
ReflectionServiceFactoryBean.getOperationName(InterfaceInfo service,
java.lang.reflect.Method method)
Creates a name for the operation from the method name. |
javax.xml.namespace.QName |
DefaultServiceConfiguration.getOperationName(InterfaceInfo service,
java.lang.reflect.Method method)
|
protected void |
ReflectionServiceFactoryBean.initializeFaults(InterfaceInfo service,
OperationInfo op,
java.lang.reflect.Method method)
|
protected void |
ReflectionServiceFactoryBean.initializeWSDLOperation(InterfaceInfo intf,
OperationInfo o,
java.lang.reflect.Method method)
|
Uses of InterfaceInfo in org.apache.cxf.service.model |
---|
Methods in org.apache.cxf.service.model that return InterfaceInfo | |
---|---|
InterfaceInfo |
ServiceInfo.createInterface(javax.xml.namespace.QName qn)
|
InterfaceInfo |
EndpointInfo.getInterface()
|
InterfaceInfo |
BindingInfo.getInterface()
|
InterfaceInfo |
OperationInfo.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.tools.wsdlto.frontend.jaxws.processor.internal.mapper |
---|
Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper with parameters of type InterfaceInfo | |
---|---|
JavaInterface |
InterfaceMapper.map(InterfaceInfo interfaceInfo)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |