public class MAPOpenInfoImpl
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
DESTINATION_REF_TAG |
static int |
MAP_OPEN_INFO_TAG |
protected static int |
OPEN_INFO_TAG_CLASS |
protected static boolean |
OPEN_INFO_TAG_PC_CONSTRUCTED |
protected static boolean |
OPEN_INFO_TAG_PC_PRIMITIVE |
protected static int |
ORIGINATION_REF_TAG |
| Constructor and Description |
|---|
MAPOpenInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(org.mobicents.protocols.asn.AsnInputStream ais) |
void |
encode(org.mobicents.protocols.asn.AsnOutputStream asnOS) |
AddressString |
getDestReference() |
MAPExtensionContainer |
getExtensionContainer() |
AddressString |
getOrigReference() |
void |
setDestReference(AddressString destReference) |
void |
setExtensionContainer(MAPExtensionContainer extensionContainer) |
void |
setOrigReference(AddressString origReference) |
public static final int MAP_OPEN_INFO_TAG
protected static final int DESTINATION_REF_TAG
protected static final int ORIGINATION_REF_TAG
protected static final int OPEN_INFO_TAG_CLASS
protected static final boolean OPEN_INFO_TAG_PC_PRIMITIVE
protected static final boolean OPEN_INFO_TAG_PC_CONSTRUCTED
public AddressString getDestReference()
public AddressString getOrigReference()
public MAPExtensionContainer getExtensionContainer()
public void setDestReference(AddressString destReference)
public void setOrigReference(AddressString origReference)
public void setExtensionContainer(MAPExtensionContainer extensionContainer)
public void decode(org.mobicents.protocols.asn.AsnInputStream ais)
throws MAPParsingComponentException
MAPParsingComponentExceptionpublic void encode(org.mobicents.protocols.asn.AsnOutputStream asnOS)
throws MAPException
MAPExceptionCopyright © 2011. All Rights Reserved.