public abstract class MAPPrimitiveBase extends java.lang.Object implements MAPPrimitive
| Constructor and Description |
|---|
MAPPrimitiveBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(org.mobicents.protocols.asn.AsnInputStream ansIS,
int tagClass,
boolean isPrimitive,
int masterTag,
int length) |
void |
decode(Parameter p) |
Parameter |
encode() |
void |
encode(org.mobicents.protocols.asn.AsnOutputStream asnOs) |
boolean |
getIsPrimitive() |
int |
getTag() |
int |
getTagClass() |
public void decode(Parameter p) throws MAPParsingComponentException
decode in interface MAPPrimitiveMAPParsingComponentExceptionpublic void decode(org.mobicents.protocols.asn.AsnInputStream ansIS,
int tagClass,
boolean isPrimitive,
int masterTag,
int length)
throws MAPParsingComponentException
decode in interface MAPPrimitiveMAPParsingComponentExceptionpublic Parameter encode() throws MAPException
encode in interface MAPPrimitiveMAPExceptionpublic void encode(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
encode in interface MAPPrimitiveMAPExceptionpublic int getTag()
throws MAPException
getTag in interface MAPPrimitiveMAPExceptionpublic int getTagClass()
getTagClass in interface MAPPrimitivepublic boolean getIsPrimitive()
getIsPrimitive in interface MAPPrimitiveCopyright © 2011. All Rights Reserved.