Codota Logo
OperationInfo.setName
Code IndexAdd Codota to your IDE (free)

How to use
setName
method
in
org.apache.cxf.service.model.OperationInfo

Best Java code snippets using org.apache.cxf.service.model.OperationInfo.setName (Showing top 8 results out of 315)

  • Common ways to obtain OperationInfo
private void myMethod () {
OperationInfo o =
  • Codota IconBindingOperationInfo bop;bop.getOperationInfo()
  • Smart code suggestions by Codota
}
origin: apache/cxf

OperationInfo(InterfaceInfo it, QName n) {
  intf = it;
  setName(n);
}
OperationInfo(OperationInfo op) {
origin: org.apache.cxf/cxf-api

OperationInfo(InterfaceInfo it, QName n) { 
  intf = it;
  setName(n);
}
OperationInfo(OperationInfo op) {
origin: org.apache.cxf/cxf-core

OperationInfo(InterfaceInfo it, QName n) {
  intf = it;
  setName(n);
}
OperationInfo(OperationInfo op) {
origin: org.apache.cxf/cxf-bundle-jaxrs

OperationInfo(InterfaceInfo it, QName n) { 
  intf = it;
  setName(n);
}
OperationInfo(OperationInfo op) {
origin: apache/cxf

OperationInfo(OperationInfo op) {
  intf = op.getInterface();
  setName(op.getName());
}
origin: org.apache.cxf/cxf-core

OperationInfo(OperationInfo op) {
  intf = op.getInterface();
  setName(op.getName());
}
origin: org.apache.cxf/cxf-api

OperationInfo(OperationInfo op) {
  intf = op.getInterface();
  setName(op.getName());
}

origin: org.apache.cxf/cxf-bundle-jaxrs

OperationInfo(OperationInfo op) {
  intf = op.getInterface();
  setName(op.getName());
}

org.apache.cxf.service.modelOperationInfosetName

Javadoc

Sets the name of the operation.

Popular methods of OperationInfo

  • getName
    Returns the name of the Operation.
  • getInput
  • getOutput
  • getInterface
  • getInputName
  • getProperty
  • getUnwrappedOperation
  • isOneWay
  • getFaults
    Returns all faults for this operation.
  • getOutputName
  • isUnwrapped
  • isUnwrappedCapable
  • isUnwrapped,
  • isUnwrappedCapable,
  • setProperty,
  • setInput,
  • setOutput,
  • createMessage,
  • hasOutput,
  • addFault,
  • hasFaults,
  • equals

Popular in Java

  • Running tasks concurrently on multiple threads
  • notifyDataSetChanged (ArrayAdapter)
  • addToBackStack (FragmentTransaction)
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • String (java.lang)
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Dictionary (java.util)
    The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to valu
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now