Class ErrorResolverStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.ErrorResolverStub
-
- All Implemented Interfaces:
ErrorResolver,ErrorResolverTypes,com.vmware.vapi.bindings.Service
public class ErrorResolverStub extends com.vmware.vapi.internal.bindings.Stub implements ErrorResolver
Remote stub implementation of theErrorResolverAPI service.WARNING: Internal class, subject to change in future versions.
-
-
Field Summary
-
Fields inherited from class com.vmware.vapi.internal.bindings.Stub
apiProvider, converter, ifaceId, retryPolicy, securityContext
-
Fields inherited from interface com.vmware.nsx_policy.ErrorResolverTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor Description ErrorResolverStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)ErrorResolverStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorResolverInfoget(java.lang.String errorId)Returns some metadata about the given error_id.voidget(java.lang.String errorId, com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback)Returns some metadata about the given error_id.voidget(java.lang.String errorId, com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns some metadata about the given error_id.ErrorResolverInfoget(java.lang.String errorId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns some metadata about the given error_id.ErrorResolverInfoListlist()Returns a list of metadata for all the error resolvers registered.voidlist(com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfoList> asyncCallback)Returns a list of metadata for all the error resolvers registered.voidlist(com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfoList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns a list of metadata for all the error resolvers registered.ErrorResolverInfoListlist(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns a list of metadata for all the error resolvers registered.voidresolveerror(ErrorResolverMetadataList errorResolverMetadataList)Invokes the corresponding error resolver for the given error(s) present in the payloadvoidresolveerror(ErrorResolverMetadataList errorResolverMetadataList, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Invokes the corresponding error resolver for the given error(s) present in the payloadvoidresolveerror(ErrorResolverMetadataList errorResolverMetadataList, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Invokes the corresponding error resolver for the given error(s) present in the payloadvoidresolveerror(ErrorResolverMetadataList errorResolverMetadataList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Invokes the corresponding error resolver for the given error(s) present in the payload
-
-
-
Constructor Detail
-
ErrorResolverStub
public ErrorResolverStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
ErrorResolverStub
public ErrorResolverStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
get
public ErrorResolverInfo get(java.lang.String errorId)
Description copied from interface:ErrorResolverReturns some metadata about the given error_id. This includes information of whether there is a resolver present for the given error_id and its associated user input dataSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
getin interfaceErrorResolver- Parameters:
errorId- (required)- Returns:
- com.vmware.nsx_policy.model.ErrorResolverInfo
-
get
public ErrorResolverInfo get(java.lang.String errorId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:ErrorResolverReturns some metadata about the given error_id. This includes information of whether there is a resolver present for the given error_id and its associated user input dataSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
getin interfaceErrorResolver- Parameters:
errorId- (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.ErrorResolverInfo
-
get
public void get(java.lang.String errorId, com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback)Description copied from interface:ErrorResolverReturns some metadata about the given error_id. This includes information of whether there is a resolver present for the given error_id and its associated user input dataAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.ErrorResolverInfoOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceErrorResolver- Parameters:
errorId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
get
public void get(java.lang.String errorId, com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:ErrorResolverReturns some metadata about the given error_id. This includes information of whether there is a resolver present for the given error_id and its associated user input dataAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.ErrorResolverInfoOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceErrorResolver- Parameters:
errorId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
list
public ErrorResolverInfoList list()
Description copied from interface:ErrorResolverReturns a list of metadata for all the error resolvers registered.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
listin interfaceErrorResolver- Returns:
- com.vmware.nsx_policy.model.ErrorResolverInfoList
-
list
public ErrorResolverInfoList list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:ErrorResolverReturns a list of metadata for all the error resolvers registered.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
listin interfaceErrorResolver- Parameters:
invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.ErrorResolverInfoList
-
list
public void list(com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfoList> asyncCallback)
Description copied from interface:ErrorResolverReturns a list of metadata for all the error resolvers registered.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.ErrorResolverInfoListOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
listin interfaceErrorResolver- Parameters:
asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
list
public void list(com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfoList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:ErrorResolverReturns a list of metadata for all the error resolvers registered.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.ErrorResolverInfoListOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
listin interfaceErrorResolver- Parameters:
asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
resolveerror
public void resolveerror(ErrorResolverMetadataList errorResolverMetadataList)
Description copied from interface:ErrorResolverInvokes the corresponding error resolver for the given error(s) present in the payloadSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
resolveerrorin interfaceErrorResolver- Parameters:
errorResolverMetadataList- (required)
-
resolveerror
public void resolveerror(ErrorResolverMetadataList errorResolverMetadataList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:ErrorResolverInvokes the corresponding error resolver for the given error(s) present in the payloadSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
resolveerrorin interfaceErrorResolver- Parameters:
errorResolverMetadataList- (required)invocationConfig- Configuration for the method invocation.
-
resolveerror
public void resolveerror(ErrorResolverMetadataList errorResolverMetadataList, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Description copied from interface:ErrorResolverInvokes the corresponding error resolver for the given error(s) present in the payloadAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Operation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
resolveerrorin interfaceErrorResolver- Parameters:
errorResolverMetadataList- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
resolveerror
public void resolveerror(ErrorResolverMetadataList errorResolverMetadataList, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:ErrorResolverInvokes the corresponding error resolver for the given error(s) present in the payloadAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Operation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
resolveerrorin interfaceErrorResolver- Parameters:
errorResolverMetadataList- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
-