Tabnine Logo
OperationInfo.setName
Code IndexAdd Tabnine 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)

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

  • Making http requests using okhttp
  • onRequestPermissionsResult (Fragment)
  • getSystemService (Context)
  • compareTo (BigDecimal)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now