Uses of Interface
org.apache.cxf.binding.soap.SoapVersion
-
Packages that use SoapVersion Package Description org.apache.cxf.binding.soap org.apache.cxf.binding.soap.interceptor org.apache.cxf.binding.soap.model org.apache.cxf.binding.soap.saaj -
-
Uses of SoapVersion in org.apache.cxf.binding.soap
Classes in org.apache.cxf.binding.soap that implement SoapVersion Modifier and Type Class Description classSoap11Singleton object that represents the SOAP 1.1 VERSION.classSoap12Represents the SOAP 1.2 versionMethods in org.apache.cxf.binding.soap that return SoapVersion Modifier and Type Method Description SoapVersionSoapBinding. getSoapVersion()SoapVersionSoapVersionFactory. getSoapVersion(String namespace)SoapVersionSoapBindingConfiguration. getVersion()SoapVersionSoapMessage. getVersion()Methods in org.apache.cxf.binding.soap that return types with arguments of type SoapVersion Modifier and Type Method Description Iterator<SoapVersion>SoapVersionFactory. getVersions()Methods in org.apache.cxf.binding.soap with parameters of type SoapVersion Modifier and Type Method Description static SoapFaultSoapFault. createFault(org.apache.cxf.interceptor.Fault f, SoapVersion v)voidSoapVersionFactory. register(SoapVersion version)voidSoapBinding. setSoapVersion(SoapVersion v)voidSoapBindingConfiguration. setVersion(SoapVersion sv)voidSoapMessage. setVersion(SoapVersion v)Constructors in org.apache.cxf.binding.soap with parameters of type SoapVersion Constructor Description SoapBinding(org.apache.cxf.service.model.BindingInfo info, SoapVersion v)SoapMessage(SoapVersion ver) -
Uses of SoapVersion in org.apache.cxf.binding.soap.interceptor
Methods in org.apache.cxf.binding.soap.interceptor that return SoapVersion Modifier and Type Method Description static SoapVersionReadHeadersInterceptor. readVersion(XMLStreamReader xmlReader, SoapMessage message)Constructors in org.apache.cxf.binding.soap.interceptor with parameters of type SoapVersion Constructor Description ReadHeadersInterceptor(org.apache.cxf.Bus b, SoapVersion v)SOAPHeaderWriter(XMLStreamWriter writer, SoapHeader header, SoapVersion version, String pfx) -
Uses of SoapVersion in org.apache.cxf.binding.soap.model
Methods in org.apache.cxf.binding.soap.model that return SoapVersion Modifier and Type Method Description SoapVersionSoapBindingInfo. getSoapVersion()Methods in org.apache.cxf.binding.soap.model with parameters of type SoapVersion Modifier and Type Method Description voidSoapBindingInfo. setSoapVersion(SoapVersion soapVersion)Constructors in org.apache.cxf.binding.soap.model with parameters of type SoapVersion Constructor Description SoapBindingInfo(org.apache.cxf.service.model.ServiceInfo serv, String n, SoapVersion soapVersion) -
Uses of SoapVersion in org.apache.cxf.binding.soap.saaj
Methods in org.apache.cxf.binding.soap.saaj with parameters of type SoapVersion Modifier and Type Method Description static javax.xml.soap.MessageFactorySAAJFactoryResolver. createMessageFactory(SoapVersion version)static javax.xml.soap.SOAPFactorySAAJFactoryResolver. createSOAPFactory(SoapVersion version)
-