|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoapVersion | |
---|---|
org.apache.cxf.binding.soap | |
org.apache.cxf.binding.soap.interceptor | |
org.apache.cxf.binding.soap.model | |
org.apache.cxf.binding.soap.saaj | |
org.apache.cxf.ws.addressing.soap |
Uses of SoapVersion in org.apache.cxf.binding.soap |
---|
Classes in org.apache.cxf.binding.soap that implement SoapVersion | |
---|---|
class |
Soap11
Singleton object that represents the SOAP 1.1 version. |
class |
Soap12
Represents the SOAP 1.2 version |
Methods in org.apache.cxf.binding.soap that return SoapVersion | |
---|---|
SoapVersion |
SoapBinding.getSoapVersion()
|
SoapVersion |
SoapVersionFactory.getSoapVersion(String namespace)
|
SoapVersion |
SoapBindingConfiguration.getVersion()
|
SoapVersion |
SoapMessage.getVersion()
|
Methods in org.apache.cxf.binding.soap that return types with arguments of type SoapVersion | |
---|---|
Iterator<SoapVersion> |
SoapVersionFactory.getVersions()
|
Methods in org.apache.cxf.binding.soap with parameters of type SoapVersion | |
---|---|
static SoapFault |
SoapFault.createFault(Fault f,
SoapVersion v)
|
void |
SoapVersionFactory.register(SoapVersion version)
|
void |
SoapBinding.setSoapVersion(SoapVersion v)
|
void |
SoapBindingConfiguration.setVersion(SoapVersion sv)
|
void |
SoapMessage.setVersion(SoapVersion v)
|
Constructors in org.apache.cxf.binding.soap with parameters of type SoapVersion | |
---|---|
SoapBinding(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 | |
---|---|
static SoapVersion |
ReadHeadersInterceptor.readVersion(javax.xml.stream.XMLStreamReader xmlReader,
SoapMessage message)
|
Constructors in org.apache.cxf.binding.soap.interceptor with parameters of type SoapVersion | |
---|---|
ReadHeadersInterceptor(Bus b,
SoapVersion v)
|
|
SoapOutInterceptor.SOAPHeaderWriter(javax.xml.stream.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 | |
---|---|
SoapVersion |
SoapBindingInfo.getSoapVersion()
|
Methods in org.apache.cxf.binding.soap.model with parameters of type SoapVersion | |
---|---|
void |
SoapBindingInfo.setSoapVersion(SoapVersion soapVersion)
|
Constructors in org.apache.cxf.binding.soap.model with parameters of type SoapVersion | |
---|---|
SoapBindingInfo(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 | |
---|---|
static javax.xml.soap.MessageFactory |
SAAJFactoryResolver.createMessageFactory(SoapVersion version)
|
static javax.xml.soap.SOAPFactory |
SAAJFactoryResolver.createSOAPFactory(SoapVersion version)
|
Uses of SoapVersion in org.apache.cxf.ws.addressing.soap |
---|
Methods in org.apache.cxf.ws.addressing.soap with parameters of type SoapVersion | |
---|---|
Element |
MAPCodec.HeaderFactory.getHeader(SoapVersion soapversion)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |