public class StoredProcedureFactory extends Object implements ExtendedOperationFactory
ExtendedOperationFactory for creating cancel extended request response
pairs.| Constructor and Description |
|---|
StoredProcedureFactory(LdapApiService codec)
Creates a new instance of StoredProcedureFactory.
|
| Modifier and Type | Method and Description |
|---|---|
StoredProcedureRequestDecorator |
decorate(ExtendedRequest modelRequest)
Decorates a non-decorated request.
|
StoredProcedureResponseDecorator |
decorate(ExtendedResponse decoratedMessage)
Decorates an ExtendedResponse which may or may not be of the expected
type.
|
String |
getOid()
Gets the OID of the extended requests this factory generates.
|
StoredProcedureRequest |
newRequest(byte[] value)
Returns a new
ExtendedRequestDecorator with the following encoded value. |
StoredProcedureResponse |
newResponse(byte[] encodedValue)
Creates a new ExtendedResponse, for the ExtendedRequest with a specific
encoded value.
|
public StoredProcedureFactory(LdapApiService codec)
codec - public String getOid()
getOid in interface ExtendedOperationFactorypublic StoredProcedureResponse newResponse(byte[] encodedValue) throws DecoderException
newResponse in interface ExtendedOperationFactoryencodedValue - The encoded value for the ExtendedResponse instance.DecoderExceptionpublic StoredProcedureRequest newRequest(byte[] value)
ExtendedRequestDecorator with the following encoded value.newRequest in interface ExtendedOperationFactoryvalue - the encoded valuepublic StoredProcedureRequestDecorator decorate(ExtendedRequest modelRequest)
decorate in interface ExtendedOperationFactorymodelRequest - the non decorated model requestpublic StoredProcedureResponseDecorator decorate(ExtendedResponse decoratedMessage)
decorate in interface ExtendedOperationFactorydecoratedMessage - the message to be decorated.Copyright © 2021. All rights reserved.