Class SoapBindingInfo

java.lang.Object
org.apache.cxf.service.model.AbstractPropertiesHolder
org.apache.cxf.service.model.AbstractDescriptionElement
org.apache.cxf.service.model.BindingInfo
org.apache.cxf.binding.soap.model.SoapBindingInfo
All Implemented Interfaces:
org.apache.cxf.service.model.Extensible, org.apache.cxf.service.model.NamedItem

public class SoapBindingInfo extends org.apache.cxf.service.model.BindingInfo
  • Constructor Summary

    Constructors
    Constructor
    Description
    SoapBindingInfo(org.apache.cxf.service.model.ServiceInfo serv, String n)
     
    SoapBindingInfo(org.apache.cxf.service.model.ServiceInfo serv, String n, SoapVersion soapVersion)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.cxf.service.model.OperationInfo
     
    getSoapAction(org.apache.cxf.service.model.OperationInfo operation)
    Get the soap action for an operation.
     
     
    getStyle(org.apache.cxf.service.model.OperationInfo operation)
     
     
    void
     
    void
     
    void
    setTransportURI(String transportURI)
     

    Methods inherited from class org.apache.cxf.service.model.BindingInfo

    addOperation, buildOperation, getBindingId, getDescription, getInterface, getName, getOperation, getOperation, getOperations, getService, removeOperation, setName, toString

    Methods inherited from class org.apache.cxf.service.model.AbstractPropertiesHolder

    addExtensionAttribute, addExtensor, containsExtensor, equals, getDocumentation, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperties, getProperty, getProperty, getTraversedExtensor, hasProperty, removeProperty, setDelegate, setDocumentation, setExtensionAttributes, setProperty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SoapBindingInfo

      public SoapBindingInfo(org.apache.cxf.service.model.ServiceInfo serv, String n)
    • SoapBindingInfo

      public SoapBindingInfo(org.apache.cxf.service.model.ServiceInfo serv, String n, SoapVersion soapVersion)
  • Method Details

    • getSoapVersion

      public SoapVersion getSoapVersion()
    • setSoapVersion

      public void setSoapVersion(SoapVersion soapVersion)
    • getStyle

      public String getStyle()
    • getStyle

      public String getStyle(org.apache.cxf.service.model.OperationInfo operation)
    • getOperationByAction

      public org.apache.cxf.service.model.OperationInfo getOperationByAction(String action)
    • getSoapAction

      public String getSoapAction(org.apache.cxf.service.model.OperationInfo operation)
      Get the soap action for an operation. Will never return null.
      Parameters:
      operation -
      Returns:
    • setStyle

      public void setStyle(String style)
    • getTransportURI

      public String getTransportURI()
    • setTransportURI

      public void setTransportURI(String transportURI)