|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OperationInfo in org.apache.cxf.aegis.databinding |
---|
Methods in org.apache.cxf.aegis.databinding with parameters of type OperationInfo | |
---|---|
QName |
AegisDatabinding.getSuggestedName(Service s,
TypeMapping tm,
OperationInfo op,
int param)
|
Uses of OperationInfo in org.apache.cxf.binding.coloc |
---|
Methods in org.apache.cxf.binding.coloc with parameters of type OperationInfo | |
---|---|
static boolean |
ColocUtil.isAssignableOperationInfo(OperationInfo oi,
Class<?> cls)
|
static boolean |
ColocUtil.isCompatibleOperationInfo(OperationInfo oi1,
OperationInfo oi2)
|
static boolean |
ColocUtil.isSameOperationInfo(OperationInfo oi1,
OperationInfo oi2)
|
Uses of OperationInfo in org.apache.cxf.binding.corba.interceptors |
---|
Methods in org.apache.cxf.binding.corba.interceptors with parameters of type OperationInfo | |
---|---|
protected FaultInfo |
CorbaStreamFaultInInterceptor.getFaultInfo(OperationInfo opInfo,
QName faultName)
|
protected MessagePartInfo |
CorbaStreamFaultOutInterceptor.getFaultMessagePartInfo(OperationInfo opInfo,
QName faultName)
|
protected void |
CorbaStreamFaultOutInterceptor.setUserException(CorbaMessage message,
Throwable ex,
RaisesType exType,
OperationInfo opInfo,
DataWriter<XMLStreamWriter> writer,
ServiceInfo service)
|
protected void |
CorbaStreamFaultOutInterceptor.setUserExceptionFromFaultDetail(CorbaMessage message,
Element faultDetail,
RaisesType exType,
OperationInfo opInfo,
DataWriter<XMLStreamWriter> writer,
ServiceInfo service)
|
Uses of OperationInfo in org.apache.cxf.binding.soap |
---|
Methods in org.apache.cxf.binding.soap with parameters of type OperationInfo | |
---|---|
String |
SoapBindingConfiguration.getSoapAction(OperationInfo op)
|
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(String action)
|
Methods in org.apache.cxf.binding.soap.model with parameters of type OperationInfo | |
---|---|
String |
SoapBindingInfo.getSoapAction(OperationInfo operation)
Get the soap action for an operation. |
String |
SoapBindingInfo.getStyle(OperationInfo operation)
|
Uses of OperationInfo in org.apache.cxf.feature.validation |
---|
Methods in org.apache.cxf.feature.validation with parameters of type OperationInfo | |
---|---|
SchemaValidation.SchemaValidationType |
DefaultSchemaValidationTypeProvider.getSchemaValidationType(OperationInfo info)
|
SchemaValidation.SchemaValidationType |
SchemaValidationTypeProvider.getSchemaValidationType(OperationInfo info)
|
Uses of OperationInfo in org.apache.cxf.interceptor |
---|
Method parameters in org.apache.cxf.interceptor with type arguments of type OperationInfo | |
---|---|
protected MessagePartInfo |
AbstractInDatabindingInterceptor.findMessagePart(Exchange exchange,
Collection<OperationInfo> operations,
QName name,
boolean client,
int index,
Message message)
Find the next possible message part in the message. |
Uses of OperationInfo in org.apache.cxf.interceptor.security |
---|
Methods in org.apache.cxf.interceptor.security that return OperationInfo | |
---|---|
protected OperationInfo |
OperationInfoAuthorizingInterceptor.getTargetOperationInfo(Message message)
|
Uses of OperationInfo in org.apache.cxf.javascript.service |
---|
Methods in org.apache.cxf.javascript.service with parameters of type OperationInfo | |
---|---|
void |
ServiceJavascriptBuilder.begin(OperationInfo op)
|
void |
ServiceJavascriptBuilder.end(OperationInfo op)
|
Uses of OperationInfo in org.apache.cxf.jaxws |
---|
Methods in org.apache.cxf.jaxws with parameters of type OperationInfo | |
---|---|
void |
JAXWSMethodDispatcher.bind(OperationInfo o,
Method... methods)
|
void |
JAXWSProviderMethodDispatcher.bind(OperationInfo o,
Method... methods)
|
Uses of OperationInfo in org.apache.cxf.jaxws.binding.soap |
---|
Methods in org.apache.cxf.jaxws.binding.soap with parameters of type OperationInfo | |
---|---|
String |
JaxWsSoapBindingConfiguration.getStyle(OperationInfo op)
|
Uses of OperationInfo in org.apache.cxf.jaxws.support |
---|
Methods in org.apache.cxf.jaxws.support that return OperationInfo | |
---|---|
protected OperationInfo |
JaxWsServiceFactoryBean.createOperation(ServiceInfo serviceInfo,
InterfaceInfo intf,
Method m)
|
Methods in org.apache.cxf.jaxws.support with parameters of type OperationInfo | |
---|---|
protected void |
JaxWsServiceFactoryBean.bindOperation(OperationInfo op,
Method method)
|
String |
JaxWsServiceConfiguration.getAction(OperationInfo op,
Method method)
|
String |
JaxWsServiceConfiguration.getFaultMessageName(OperationInfo op,
Class<?> exClass,
Class<?> beanClass)
|
QName |
JaxWsServiceConfiguration.getFaultName(InterfaceInfo service,
OperationInfo o,
Class<?> exClass,
Class<?> beanClass)
|
QName |
JaxWsServiceConfiguration.getInParameterName(OperationInfo op,
Method method,
int paramNumber)
|
QName |
JaxWsServiceConfiguration.getInPartName(OperationInfo op,
Method method,
int paramNumber)
|
QName |
JaxWsServiceConfiguration.getOutParameterName(OperationInfo op,
Method method,
int paramNumber)
|
QName |
JaxWsServiceConfiguration.getOutPartName(OperationInfo op,
Method method,
int paramNumber)
|
QName |
JaxWsServiceConfiguration.getRequestWrapperName(OperationInfo op,
Method method)
|
String |
JaxWsServiceConfiguration.getRequestWrapperPartName(OperationInfo op,
Method method)
|
QName |
JaxWsServiceConfiguration.getResponseWrapperName(OperationInfo op,
Method method)
|
String |
JaxWsServiceConfiguration.getResponseWrapperPartName(OperationInfo op,
Method method)
|
protected void |
JaxWsServiceFactoryBean.initializeWSDLOperation(InterfaceInfo intf,
OperationInfo o,
Method method)
|
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 with parameters of type OperationInfo | |
---|---|
void |
SimpleMethodDispatcher.bind(OperationInfo o,
Method... methods)
|
Method |
SimpleMethodDispatcher.getPrimaryMethod(OperationInfo op)
|
Uses of OperationInfo in org.apache.cxf.service.invoker |
---|
Methods in org.apache.cxf.service.invoker with parameters of type OperationInfo | |
---|---|
void |
MethodDispatcher.bind(OperationInfo o,
Method... methods)
|
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(QName oname)
Adds an operation to this service. |
OperationInfo |
AbstractMessageContainer.getOperation()
Returns the operation of this container. |
OperationInfo |
InterfaceInfo.getOperation(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 | |
---|---|
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 List<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 | |
---|---|
BindingOperationInfo(BindingInfo bi,
OperationInfo opinfo)
|
|
FaultInfo(QName fname,
QName mname,
OperationInfo info)
|
|
MessageInfo(OperationInfo op,
MessageInfo.Type type,
QName nm)
|
|
UnwrappedOperationInfo(OperationInfo op)
|
Uses of OperationInfo in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws |
---|
Methods in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws that return OperationInfo | |
---|---|
OperationInfo |
Wrapper.getOperationInfo()
|
Methods in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws with parameters of type OperationInfo | |
---|---|
void |
RequestWrapper.setOperationInfo(OperationInfo op)
|
void |
ResponseWrapper.setOperationInfo(OperationInfo op)
|
void |
Wrapper.setOperationInfo(OperationInfo op)
|
Uses of OperationInfo in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal |
---|
Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal with parameters of type OperationInfo | |
---|---|
void |
OperationProcessor.process(JavaInterface intf,
OperationInfo operation)
|
Uses of OperationInfo in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator |
---|
Constructors in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator with parameters of type OperationInfo | |
---|---|
WSActionAnnotator(OperationInfo op)
|
Uses of OperationInfo 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 OperationInfo | |
---|---|
JavaMethod |
MethodMapper.map(OperationInfo operation)
|
Uses of OperationInfo in org.apache.cxf.wsdl.service.factory |
---|
Methods in org.apache.cxf.wsdl.service.factory that return OperationInfo | |
---|---|
protected OperationInfo |
ReflectionServiceFactoryBean.createOperation(ServiceInfo serviceInfo,
InterfaceInfo intf,
Method m)
|
Methods in org.apache.cxf.wsdl.service.factory with parameters of type OperationInfo | |
---|---|
protected FaultInfo |
ReflectionServiceFactoryBean.addFault(InterfaceInfo service,
OperationInfo op,
Class<?> exClass)
|
protected void |
ReflectionServiceFactoryBean.bindOperation(OperationInfo op,
Method m)
|
protected void |
ReflectionServiceFactoryBean.createBareMessage(ServiceInfo serviceInfo,
OperationInfo opInfo,
boolean isOut)
|
protected void |
ReflectionServiceFactoryBean.createInputWrappedMessageParts(OperationInfo op,
Method method,
MessageInfo inMsg)
|
protected void |
ReflectionServiceFactoryBean.createMessageParts(InterfaceInfo intf,
OperationInfo op,
Method method)
|
protected QName |
ReflectionServiceFactoryBean.createOutputMessageName(OperationInfo op,
Method method)
|
protected void |
ReflectionServiceFactoryBean.createOutputWrappedMessageParts(OperationInfo op,
Method method,
MessageInfo outMsg)
|
String |
AbstractServiceConfiguration.getAction(OperationInfo op,
Method method)
|
String |
MethodNameSoapActionServiceConfiguration.getAction(OperationInfo op,
Method method)
|
protected String |
ReflectionServiceFactoryBean.getAction(OperationInfo op,
Method method)
|
String |
AbstractServiceConfiguration.getFaultMessageName(OperationInfo op,
Class<?> exClass,
Class<?> beanClass)
|
QName |
AbstractServiceConfiguration.getFaultName(InterfaceInfo service,
OperationInfo o,
Class<?> exClass,
Class<?> beanClass)
|
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.getInParameterName(OperationInfo op,
Method method,
int paramNumber)
|
QName |
DefaultServiceConfiguration.getInParameterName(OperationInfo op,
Method method,
int paramNumber)
|
protected QName |
ReflectionServiceFactoryBean.getInParameterName(OperationInfo op,
Method method,
int paramNumber)
|
QName |
AbstractServiceConfiguration.getInPartName(OperationInfo op,
Method method,
int paramNumber)
|
QName |
DefaultServiceConfiguration.getInPartName(OperationInfo op,
Method method,
int paramNumber)
|
protected QName |
ReflectionServiceFactoryBean.getInPartName(OperationInfo op,
Method method,
int paramNumber)
|
QName |
AbstractServiceConfiguration.getInputMessageName(OperationInfo op,
Method method)
|
QName |
DefaultServiceConfiguration.getInputMessageName(OperationInfo op,
Method method)
|
protected QName |
ReflectionServiceFactoryBean.getInputMessageName(OperationInfo op,
Method method)
|
QName |
AbstractServiceConfiguration.getOutParameterName(OperationInfo op,
Method method,
int paramNumber)
|
QName |
DefaultServiceConfiguration.getOutParameterName(OperationInfo op,
Method method,
int paramNumber)
|
protected QName |
ReflectionServiceFactoryBean.getOutParameterName(OperationInfo op,
Method method,
int paramNumber)
|
QName |
AbstractServiceConfiguration.getOutPartName(OperationInfo op,
Method method,
int paramNumber)
|
QName |
DefaultServiceConfiguration.getOutPartName(OperationInfo op,
Method method,
int paramNumber)
|
protected QName |
ReflectionServiceFactoryBean.getOutPartName(OperationInfo op,
Method method,
int paramNumber)
|
QName |
AbstractServiceConfiguration.getOutputMessageName(OperationInfo op,
Method method)
|
QName |
DefaultServiceConfiguration.getOutputMessageName(OperationInfo op,
Method method)
|
QName |
AbstractServiceConfiguration.getRequestWrapperName(OperationInfo op,
Method method)
|
String |
AbstractServiceConfiguration.getRequestWrapperPartName(OperationInfo op,
Method method)
|
QName |
AbstractServiceConfiguration.getResponseWrapperName(OperationInfo op,
Method method)
|
String |
AbstractServiceConfiguration.getResponseWrapperPartName(OperationInfo op,
Method method)
|
protected boolean |
ReflectionServiceFactoryBean.initializeClassInfo(OperationInfo o,
Method method,
List<String> paramOrder)
set the holder generic type info into message part info |
protected void |
ReflectionServiceFactoryBean.initializeFaults(InterfaceInfo service,
OperationInfo op,
Method method)
|
protected void |
ReflectionServiceFactoryBean.initializeWSDLOperation(InterfaceInfo intf,
OperationInfo o,
Method method)
|
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)
|
static void |
WSDLServiceBuilder.checkForWrapped(OperationInfo opInfo,
boolean allowRefs,
boolean relaxed)
|
static void |
WSDLServiceBuilder.checkForWrapped(OperationInfo opInfo,
boolean allowRefs,
boolean relaxed,
Level logLevel)
|
Method parameters in org.apache.cxf.wsdl11 with type arguments of type OperationInfo | |
---|---|
protected void |
ServiceWSDLBuilder.buildPortTypeOperation(javax.wsdl.PortType portType,
Collection<OperationInfo> operationInfos,
javax.wsdl.Definition def)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |