Local Interface SL3AQArgs::ArgumentFactory
Local Interface SL3AQArgs::ArgumentFactory
local interface ArgumentFactory
This interface is a factory for arguments that will
be in use for ORBAsec credentials acquisition mechanisms.
It is retrievable off the ORB at "SL3:ArgumentFactory"
Operation Index
- createAQArg
- This operation creates an "any" containing the
usage and the given argument list.
- createArgObjectWrap
- Creates an argument that goes into a wrap.
- createGenericArgBuilder
- Creates a new Builder interface with the specified usage.
Operations
- createAQArg
-
any createAQArg(in SecurityLevel3::CredentialsUsage usage,
in ArgumentList args);
This operation creates an "any" containing the
usage and the given argument list. The list is not copied.
It is the responsibility of the caller to free up the
any and any data given to it.
- createArgObjectWrap
-
Argument createArgObjectWrap(in string name,
in Object obj);
Creates an argument that goes into a wrap.
- createGenericArgBuilder
-
GenericArgBuilder createGenericArgBuilder(in SecurityLevel3::CredentialsUsage usage);
Creates a new Builder interface with the specified usage.
Generated by the ORBacus IDL-to-HTML translator