|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectsoaprmi.soap.SoapStyle
Define attributes for different SOAP envelope styles.
| Field Summary | |
static SoapStyle |
APACHESOAP
IBM/Apache SOAP compatible serialization |
boolean |
DEEP_SER
Make deep serialization (all references are expanded and serialzied). |
static SoapStyle |
DOCUMENT
SOAP serialization best suited for emebedding into XML documents |
static SoapStyle |
IBMSOAP
|
static SoapStyle |
MSSOAP
Microsoft SOAP compatible |
boolean |
MULTI_REF
Use multi-ref (id and href) to serialize graph. |
boolean |
SERIALIZE_NULL
Serialzie object that are null? |
java.lang.String |
SOAP_ENC_NS
|
java.lang.String |
SOAP_ENC_NS_PREFIX
|
java.lang.String |
SOAP_ENV_NS
|
java.lang.String |
SOAP_ENV_NS_PREFIX
|
static SoapStyle |
SOAP11
SOAP serialzation as in examples of SOAP 1.1 spec |
boolean |
USE_NS
Include namespaces for serialized root element. |
java.lang.String |
XSD_NS
|
java.lang.String |
XSI_NS
|
boolean |
XSI_TYPED
Add xsi:type for each serialized element. |
| Method Summary | |
static SoapStyle |
getDefaultSoapStyle()
|
static SoapStyle |
guess(boolean hadSoapAction,
boolean hadMethodNs,
boolean hadXsiType,
boolean hadTrailingBody)
|
static void |
setDefaultSoapStyle(SoapStyle style)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final SoapStyle APACHESOAP
public static final SoapStyle IBMSOAP
public static final SoapStyle MSSOAP
public static final SoapStyle SOAP11
public static final SoapStyle DOCUMENT
public final java.lang.String XSD_NS
public final java.lang.String XSI_NS
public final java.lang.String SOAP_ENC_NS
public final java.lang.String SOAP_ENC_NS_PREFIX
public final java.lang.String SOAP_ENV_NS
public final java.lang.String SOAP_ENV_NS_PREFIX
public final boolean DEEP_SER
public final boolean MULTI_REF
public final boolean USE_NS
public final boolean XSI_TYPED
public final boolean SERIALIZE_NULL
| Method Detail |
public static SoapStyle getDefaultSoapStyle()
public static void setDefaultSoapStyle(SoapStyle style)
public static SoapStyle guess(boolean hadSoapAction,
boolean hadMethodNs,
boolean hadXsiType,
boolean hadTrailingBody)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||