|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationInfo | |
|---|---|
| org.apache.cxf.aegis.databinding | |
| org.apache.cxf.binding.soap | |
| org.apache.cxf.binding.soap.model | |
| org.apache.cxf.frontend | |
| org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
| 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 OperationInfo in org.apache.cxf.aegis.databinding |
|---|
| Methods in org.apache.cxf.aegis.databinding with parameters of type OperationInfo | |
|---|---|
javax.xml.namespace.QName |
AegisDatabinding.getSuggestedName(Service s,
TypeMapping tm,
OperationInfo op,
int param)
|
| Uses of OperationInfo in org.apache.cxf.binding.soap |
|---|
| Methods in org.apache.cxf.binding.soap with parameters of type OperationInfo | |
|---|---|
java.lang.String |
SoapBindingConfiguration.getSoapAction(OperationInfo op)
|
java.lang.String |
SoapBindingConfiguration.getStyle(OperationInfo op)
|
| Uses of OperationInfo in org.apache.cxf.binding.soap.model |
|---|
| Methods in org.apache.cxf.binding.soap.model that return OperationInfo | |
|---|---|
OperationInfo |
SoapBindingInfo.getOperationByAction(java.lang.String action)
|
| Methods in org.apache.cxf.binding.soap.model with parameters of type OperationInfo | |
|---|---|
java.lang.String |
SoapBindingInfo.getSoapAction(OperationInfo operation)
Get the soap action for an operation. |
java.lang.String |
SoapBindingInfo.getStyle(OperationInfo operation)
|
| Uses of OperationInfo in org.apache.cxf.frontend |
|---|
| Methods in org.apache.cxf.frontend with parameters of type OperationInfo | |
|---|---|
void |
MethodDispatcher.bind(OperationInfo o,
java.lang.reflect.Method... methods)
|
void |
SimpleMethodDispatcher.bind(OperationInfo o,
java.lang.reflect.Method... methods)
|
java.lang.reflect.Method |
SimpleMethodDispatcher.getPrimaryMethod(OperationInfo op)
|
| Uses of OperationInfo in org.apache.cxf.interceptor |
|---|
| Methods in org.apache.cxf.interceptor with parameters of type OperationInfo | |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
URIMappingInterceptor.keepInOrder(java.util.Map<java.lang.String,java.lang.String> params,
OperationInfo operation,
java.util.List<java.lang.String> order)
|
| Method parameters in org.apache.cxf.interceptor with type arguments of type OperationInfo | |
|---|---|
protected MessagePartInfo |
AbstractInDatabindingInterceptor.findMessagePart(Exchange exchange,
java.util.Collection<OperationInfo> operations,
javax.xml.namespace.QName name,
boolean client,
int index)
Find the next possible message part in the message. |
| Uses of OperationInfo in org.apache.cxf.service |
|---|
| Methods in org.apache.cxf.service with parameters of type OperationInfo | |
|---|---|
void |
ServiceModelVisitor.begin(OperationInfo op)
|
void |
ServiceModelVisitor.end(OperationInfo op)
|
| Uses of OperationInfo in org.apache.cxf.service.factory |
|---|
| Methods in org.apache.cxf.service.factory that return OperationInfo | |
|---|---|
protected OperationInfo |
ReflectionServiceFactoryBean.createOperation(ServiceInfo serviceInfo,
InterfaceInfo intf,
java.lang.reflect.Method m)
|
| Methods in org.apache.cxf.service.factory with parameters of type OperationInfo | |
|---|---|
protected FaultInfo |
ReflectionServiceFactoryBean.addFault(InterfaceInfo service,
OperationInfo op,
java.lang.Class exClass)
|
protected void |
ReflectionServiceFactoryBean.createBareMessage(ServiceInfo serviceInfo,
OperationInfo opInfo,
boolean isOut)
|
protected void |
ReflectionServiceFactoryBean.createInputWrappedMessageParts(OperationInfo op,
java.lang.reflect.Method method,
MessageInfo inMsg)
|
protected void |
ReflectionServiceFactoryBean.createMessageParts(InterfaceInfo intf,
OperationInfo op,
java.lang.reflect.Method method)
|
protected javax.xml.namespace.QName |
ReflectionServiceFactoryBean.createOutputMessageName(OperationInfo op,
java.lang.reflect.Method method)
|
protected void |
ReflectionServiceFactoryBean.createOutputWrappedMessageParts(OperationInfo op,
java.lang.reflect.Method method,
MessageInfo outMsg)
|
protected java.lang.String |
ReflectionServiceFactoryBean.getAction(OperationInfo op,
java.lang.reflect.Method method)
|
java.lang.String |
AbstractServiceConfiguration.getAction(OperationInfo op,
java.lang.reflect.Method method)
|
java.lang.String |
MethodNameSoapActionServiceConfiguration.getAction(OperationInfo op,
java.lang.reflect.Method method)
|
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)
|
protected javax.xml.namespace.QName |
ReflectionServiceFactoryBean.getInParameterName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber)
|
javax.xml.namespace.QName |
AbstractServiceConfiguration.getInParameterName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber)
|
javax.xml.namespace.QName |
DefaultServiceConfiguration.getInParameterName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber)
|
protected javax.xml.namespace.QName |
ReflectionServiceFactoryBean.getInPartName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber)
|
javax.xml.namespace.QName |
AbstractServiceConfiguration.getInPartName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber)
|
javax.xml.namespace.QName |
DefaultServiceConfiguration.getInPartName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber)
|
protected javax.xml.namespace.QName |
ReflectionServiceFactoryBean.getInputMessageName(OperationInfo op,
java.lang.reflect.Method method)
|
javax.xml.namespace.QName |
AbstractServiceConfiguration.getInputMessageName(OperationInfo op,
java.lang.reflect.Method method)
|
javax.xml.namespace.QName |
DefaultServiceConfiguration.getInputMessageName(OperationInfo op,
java.lang.reflect.Method method)
|
protected javax.xml.namespace.QName |
ReflectionServiceFactoryBean.getOutParameterName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber)
|
javax.xml.namespace.QName |
AbstractServiceConfiguration.getOutParameterName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber)
|
javax.xml.namespace.QName |
DefaultServiceConfiguration.getOutParameterName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber)
|
protected javax.xml.namespace.QName |
ReflectionServiceFactoryBean.getOutPartName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber)
|
javax.xml.namespace.QName |
AbstractServiceConfiguration.getOutPartName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber)
|
javax.xml.namespace.QName |
DefaultServiceConfiguration.getOutPartName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber)
|
javax.xml.namespace.QName |
AbstractServiceConfiguration.getOutputMessageName(OperationInfo op,
java.lang.reflect.Method method)
|
javax.xml.namespace.QName |
DefaultServiceConfiguration.getOutputMessageName(OperationInfo op,
java.lang.reflect.Method method)
|
javax.xml.namespace.QName |
AbstractServiceConfiguration.getRequestWrapperName(OperationInfo op,
java.lang.reflect.Method method)
|
javax.xml.namespace.QName |
AbstractServiceConfiguration.getResponseWrapperName(OperationInfo op,
java.lang.reflect.Method method)
|
java.lang.String |
AbstractServiceConfiguration.getResponseWrapperPartName(OperationInfo op,
java.lang.reflect.Method method)
|
protected boolean |
ReflectionServiceFactoryBean.initializeClassInfo(OperationInfo o,
java.lang.reflect.Method method,
java.util.List<java.lang.String> paramOrder)
set the holder generic type info into message part info |
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 OperationInfo in org.apache.cxf.service.model |
|---|
| Subclasses of OperationInfo in org.apache.cxf.service.model | |
|---|---|
class |
UnwrappedOperationInfo
|
| Fields in org.apache.cxf.service.model declared as OperationInfo | |
|---|---|
protected OperationInfo |
BindingOperationInfo.opInfo
|
| Methods in org.apache.cxf.service.model that return OperationInfo | |
|---|---|
OperationInfo |
InterfaceInfo.addOperation(javax.xml.namespace.QName oname)
Adds an operation to this service. |
OperationInfo |
AbstractMessageContainer.getOperation()
Returns the operation of this container. |
OperationInfo |
InterfaceInfo.getOperation(javax.xml.namespace.QName oname)
Returns the operation info with the given name, if found. |
OperationInfo |
BindingOperationInfo.getOperationInfo()
|
OperationInfo |
OperationInfo.getUnwrappedOperation()
|
OperationInfo |
UnwrappedOperationInfo.getWrappedOperation()
|
| Methods in org.apache.cxf.service.model that return types with arguments of type OperationInfo | |
|---|---|
java.util.Collection<OperationInfo> |
InterfaceInfo.getOperations()
Returns all operations for this service. |
| Methods in org.apache.cxf.service.model with parameters of type OperationInfo | |
|---|---|
BindingOperationInfo |
BindingInfo.getOperation(OperationInfo oi)
|
static java.util.List<java.lang.String> |
ServiceModelUtil.getOperationInputPartNames(OperationInfo operation)
|
void |
InterfaceInfo.removeOperation(OperationInfo operation)
Removes an operation from this service. |
void |
OperationInfo.setUnwrappedOperation(OperationInfo op)
|
| Constructors in org.apache.cxf.service.model with parameters of type OperationInfo | |
|---|---|
FaultInfo(javax.xml.namespace.QName fname,
javax.xml.namespace.QName mname,
OperationInfo info)
|
|
MessageInfo(OperationInfo op,
MessageInfo.Type type,
javax.xml.namespace.QName nm)
|
|
UnwrappedOperationInfo(OperationInfo op)
|
|
| Uses of OperationInfo in org.apache.cxf.wsdl11 |
|---|
| Methods in org.apache.cxf.wsdl11 with parameters of type OperationInfo | |
|---|---|
static void |
WSDLServiceBuilder.checkForWrapped(OperationInfo opInfo,
boolean relaxed)
|
| Method parameters in org.apache.cxf.wsdl11 with type arguments of type OperationInfo | |
|---|---|
protected void |
ServiceWSDLBuilder.buildPortTypeOperation(javax.wsdl.PortType portType,
java.util.Collection<OperationInfo> operationInfos,
javax.wsdl.Definition def)
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||