public class SimpleCapabilityFactoryBean
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean
Constructor and Description |
---|
SimpleCapabilityFactoryBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject() |
java.lang.Class |
getObjectType() |
boolean |
isSingleton() |
void |
setCapabilityDescription(java.lang.String description)
Configures the optional description of the capability.
|
void |
setCapabilityName(java.lang.String name)
Configures the required capability name.
|
void |
setCapabilityURI(java.lang.String uri)
Configures the required capability URI.
|
public void setCapabilityURI(java.lang.String uri)
uri
- URI of the capability.public void setCapabilityName(java.lang.String name)
name
- Name of the capability.public void setCapabilityDescription(java.lang.String description)
description
- Description of the capability.public java.lang.Object getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
java.lang.Exception
public java.lang.Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Rogue Wave, Inc. Copyright (C) 2000-2019, All rights reserved
This software is the confidential and proprietary information of Rogue Wave, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Rogue Wave, Inc.