Class JsonTargetFactoryBean
java.lang.Object
org.smallmind.web.jersey.proxy.spring.JsonTargetFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<JsonTarget>,org.springframework.beans.factory.InitializingBean
public class JsonTargetFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<JsonTarget>, org.springframework.beans.factory.InitializingBean
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidClass<?>booleanvoidsetContext(String context) voidvoidsetPort(int port) voidsetProtocol(HttpProtocol protocol)
-
Constructor Details
-
JsonTargetFactoryBean
public JsonTargetFactoryBean()
-
-
Method Details
-
setProtocol
-
setHost
-
setPort
public void setPort(int port) -
setContext
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<JsonTarget>
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<JsonTarget>
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
URISyntaxException
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<JsonTarget>
-