spring-framework / org.springframework.remoting.jaxws / JaxWsPortProxyFactoryBean

JaxWsPortProxyFactoryBean

open class JaxWsPortProxyFactoryBean : JaxWsPortClientInterceptor, FactoryBean<Any>

org.springframework.beans.factory.FactoryBean for a specific port of a JAX-WS service. Exposes a proxy for the port, to be used for bean references. Inherits configuration properties from JaxWsPortClientInterceptor.

Author
Juergen Hoeller

Since
2.5

See Also
#setServiceInterfaceLocalJaxWsServiceFactoryBean

Constructors

<init>

JaxWsPortProxyFactoryBean()

org.springframework.beans.factory.FactoryBean for a specific port of a JAX-WS service. Exposes a proxy for the port, to be used for bean references. Inherits configuration properties from JaxWsPortClientInterceptor.

Functions

afterPropertiesSet

open fun afterPropertiesSet(): Unit

getObject

open fun getObject(): Any

getObjectType

open fun getObjectType(): Class<*>

isSingleton

open fun isSingleton(): Boolean