|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageExtensionFactory
Factory interface for creating message extension objects for a specific message extension type URI.
MessageExtension
,
Message
Method Summary | |
---|---|
MessageExtension |
getExtension(ParameterList parameterList,
boolean isRequest)
Builds a MessageExtension from a parameter list containing the extension-specific parameters. |
java.lang.String |
getTypeUri()
Gets the extension type URI of the extension factory. |
Method Detail |
---|
java.lang.String getTypeUri()
MessageExtension getExtension(ParameterList parameterList, boolean isRequest) throws MessageException
The parameters MUST NOT contain the openid.
parameterList
- The extension parameters with the
openid.isRequest
- Indicates whether the parameters were extracted
from an openid request (true), or from an openid
response (false). This may assist the factory
implementation in determining what object type
to instantiate.
MessageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |