|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoapVersion | |
---|---|
org.codehaus.xfire.exchange | |
org.codehaus.xfire.picocontainer | |
org.codehaus.xfire.service | Contains the classes and interfaces for the service model of XFire. |
org.codehaus.xfire.service.binding | |
org.codehaus.xfire.soap | SOAP protocol specific contants |
Uses of SoapVersion in org.codehaus.xfire.exchange |
---|
Methods in org.codehaus.xfire.exchange that return SoapVersion | |
---|---|
SoapVersion |
AbstractMessage.getSoapVersion()
|
Methods in org.codehaus.xfire.exchange with parameters of type SoapVersion | |
---|---|
void |
AbstractMessage.setSoapVersion(SoapVersion soapVersion)
|
Uses of SoapVersion in org.codehaus.xfire.picocontainer |
---|
Methods in org.codehaus.xfire.picocontainer with parameters of type SoapVersion | |
---|---|
Service |
PicoObjectServiceFactory.create(java.lang.Class clazz,
java.lang.String name,
java.lang.String namespace,
SoapVersion version,
java.lang.String style,
java.lang.String use,
java.util.Map properties)
|
Uses of SoapVersion in org.codehaus.xfire.service |
---|
Methods in org.codehaus.xfire.service that return SoapVersion | |
---|---|
SoapVersion |
Service.getSoapVersion()
|
Methods in org.codehaus.xfire.service with parameters of type SoapVersion | |
---|---|
void |
Service.setSoapVersion(SoapVersion soapVersion)
|
Uses of SoapVersion in org.codehaus.xfire.service.binding |
---|
Methods in org.codehaus.xfire.service.binding that return SoapVersion | |
---|---|
SoapVersion |
ObjectServiceFactory.getSoapVersion()
|
Methods in org.codehaus.xfire.service.binding with parameters of type SoapVersion | |
---|---|
Service |
ObjectServiceFactory.create(java.lang.Class clazz,
java.lang.String name,
java.lang.String namespace,
SoapVersion version,
java.lang.String style,
java.lang.String use,
java.util.Map properties)
|
void |
ObjectServiceFactory.setSoapVersion(SoapVersion soapVersion)
|
Uses of SoapVersion in org.codehaus.xfire.soap |
---|
Classes in org.codehaus.xfire.soap that implement SoapVersion | |
---|---|
class |
Soap11
Represents the SOAP 1.1 version |
class |
Soap12
Represents the SOAP 1.2 version |
Methods in org.codehaus.xfire.soap that return SoapVersion | |
---|---|
SoapVersion |
SoapVersionFactory.getSoapVersion(java.lang.String namespace)
|
Methods in org.codehaus.xfire.soap with parameters of type SoapVersion | |
---|---|
void |
SoapVersionFactory.register(SoapVersion version)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |