|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.instrumentmiddleware.cima.util.ParcelUtil
public class ParcelUtil
| Field Summary | |
|---|---|
static java.lang.String |
VERSION
|
| Constructor Summary | |
|---|---|
ParcelUtil()
|
|
| Method Summary | |
|---|---|
static org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel[] |
concatenate(org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel[] a,
org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel[] b)
|
static org.instrumentmiddleware.cima.parcel.ResponseBodyType |
getResponse(org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel parcel)
Turns the body into a ResponseBodyType |
static org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel |
newParcel()
Create a new parcel with the version set |
static org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel |
newParcel(org.instrumentmiddleware.cima.parcel.ParcelTypeEnum.Enum type)
Create a new parcel with the version and type set |
static org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel |
newParcel(java.lang.String type)
Create a new parcel with the version and type set |
static void |
validateXmlObject(org.apache.xmlbeans.XmlObject target)
Tests the validity of an XmlObject and captures the error messages if the object is not valid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VERSION
| Constructor Detail |
|---|
public ParcelUtil()
| Method Detail |
|---|
public static org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel[] concatenate(org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel[] a,
org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel[] b)
public static org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel newParcel()
public static org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel newParcel(org.instrumentmiddleware.cima.parcel.ParcelTypeEnum.Enum type)
type - the type of the parcel
public static org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel newParcel(java.lang.String type)
type - the type of the parcel
public static org.instrumentmiddleware.cima.parcel.ResponseBodyType getResponse(org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel parcel)
parcel - the parcel to alter
public static void validateXmlObject(org.apache.xmlbeans.XmlObject target)
throws org.apache.xmlbeans.XmlException
target - The object to test
org.apache.xmlbeans.XmlException - The bundled error messages
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||