Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
IceGrid::FileParserPrx Class Reference

icegridadmin provides a FileParser object to transform XML files into ApplicationDescriptor objects. More...

#include <IceGrid/IceGrid.h>

Inheritance diagram for IceGrid::FileParserPrx:

Public Member Functions

 FileParserPrx (const FileParserPrx &other) noexcept
 Copy constructor.
 FileParserPrx (const Ice::CommunicatorPtr &communicator, std::string_view proxyString)
 Constructs a proxy from a Communicator and a proxy string.
 FileParserPrx (FileParserPrx &&other) noexcept
 Move constructor.
FileParserPrxoperator= (const FileParserPrx &rhs) noexcept
 Copy assignment operator.
FileParserPrxoperator= (FileParserPrx &&rhs) noexcept
 Move assignment operator.
ApplicationDescriptor parse (std::string_view xmlFile, const std::optional< AdminPrx > &adminProxy, const Ice::Context &context=Ice::noExplicitContext) const
 Parses a file.
std::future< ApplicationDescriptorparseAsync (std::string_view xmlFile, const std::optional< AdminPrx > &adminProxy, const Ice::Context &context=Ice::noExplicitContext) const
 Parses a file.
std::function< void()> parseAsync (std::string_view xmlFile, const std::optional< AdminPrx > &adminProxy, std::function< void(::IceGrid::ApplicationDescriptor)> response, std::function< void(std::exception_ptr)> exception=nullptr, std::function< void(bool)> sent=nullptr, const Ice::Context &context=Ice::noExplicitContext) const
 Parses a file.
Public Member Functions inherited from Ice::Proxy< FileParserPrx, Ice::ObjectPrx >
FileParserPrx ice_adapterId (std::string id) const
 Creates a proxy that is identical to this proxy, except for the adapter ID.
FileParserPrx ice_batchDatagram () const
 Creates a proxy that is identical to this proxy, but uses batch datagram invocations.
FileParserPrx ice_batchOneway () const
 Creates a proxy that is identical to this proxy, but uses batch oneway invocations.
FileParserPrx ice_collocationOptimized (bool b) const
 Creates a proxy that is identical to this proxy, except for collocation optimization.
FileParserPrx ice_compress (bool b) const
 Creates a proxy that is identical to this proxy, except for its compression setting which overrides the compression setting from the proxy endpoints.
FileParserPrx ice_connectionCached (bool b) const
 Creates a proxy that is identical to this proxy, except for connection caching.
FileParserPrx ice_connectionId (std::string id) const
 Creates a proxy that is identical to this proxy, except for its connection ID.
FileParserPrx ice_context (Context context) const
 Creates a proxy that is identical to this proxy, except for the per-proxy context.
FileParserPrx ice_datagram () const
 Creates a proxy that is identical to this proxy, but uses datagram invocations.
FileParserPrx ice_encodingVersion (EncodingVersion version) const
 Creates a proxy that is identical to this proxy, except for the encoding used to marshal parameters.
FileParserPrx ice_endpoints (EndpointSeq endpoints) const
 Creates a proxy that is identical to this proxy, except for the endpoints.
FileParserPrx ice_endpointSelection (EndpointSelectionType type) const
 Creates a proxy that is identical to this proxy, except for the endpoint selection policy.
FileParserPrx ice_fixed (ConnectionPtr connection) const
 Creates a proxy that is identical to this proxy, except it's a fixed proxy bound to the given connection.
FileParserPrx ice_invocationTimeout (int timeout) const
 Creates a proxy that is identical to this proxy, except for the invocation timeout.
FileParserPrx ice_locator (const std::optional< LocatorPrx > &locator) const
 Creates a proxy that is identical to this proxy, except for the locator.
FileParserPrx ice_locatorCacheTimeout (int timeout) const
 Creates a proxy that is identical to this proxy, except for the locator cache timeout.
FileParserPrx ice_oneway () const
 Creates a proxy that is identical to this proxy, but uses oneway invocations.
FileParserPrx ice_router (const std::optional< RouterPrx > &router) const
 Creates a proxy that is identical to this proxy, except for the router.
FileParserPrx ice_twoway () const
 Creates a proxy that is identical to this proxy, but uses twoway invocations.
const FileParserPrx * operator-> () const noexcept
 The arrow operator.

Static Public Member Functions

static const char * ice_staticId () noexcept
 Gets the type ID of the associated Slice interface.

Detailed Description

icegridadmin provides a FileParser object to transform XML files into ApplicationDescriptor objects.

Definition at line 40 of file FileParser.h.


The documentation for this class was generated from the following file: