Examples of CreateProgramInvocationRequest


Examples of org.hxzon.asn1.mms.sequence.CreateProgramInvocationRequest

            return new Identifier().init("deleteDomain", "deleteDomain", tag, stream);
        case Tag.CONTEXT | 37:
            //GetDomainAttributes-Request ::= Identifier  -- Domain Name
            return new Identifier().init("getDomainAttributes", "getDomainAttributes", tag, stream);
        case Tag.CONTEXT | 38:
            return new CreateProgramInvocationRequest().init("createProgramInvocation", "createProgramInvocation", tag, stream);
        case Tag.CONTEXT | 39:
            //DeleteProgramInvocation-Request   ::= Identifier  -- Program Invocation Name
            return new Identifier().init("deleteProgramInvocation", "deleteProgramInvocation", tag, stream);
        case Tag.CONTEXT | 40:
            return new StartRequest().init("start", "start", tag, stream);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.