Apache CXF API

Uses of Class
org.apache.cxf.service.model.OperationInfo

Packages that use OperationInfo
org.apache.cxf.service.model   
 

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, javax.xml.namespace.QName nm)
           
UnwrappedOperationInfo(OperationInfo op)
           
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.