public class JaxWsPortProxyFactoryBean extends JaxWsPortClientInterceptor implements org.springframework.beans.factory.FactoryBean<Object>
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.JaxWsPortClientInterceptor.setServiceInterface(java.lang.Class<?>),
LocalJaxWsServiceFactoryBean| Constructor and Description |
|---|
JaxWsPortProxyFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
addCustomProperty, applyDefaultsFromAnnotation, doInvoke, doInvoke, getBeanClassLoader, getCustomProperties, getEndpointAddress, getJaxWsService, getPassword, getPortName, getPortQName, getPortStub, getPortStub, getServiceInterface, getSoapActionUri, getUsername, invoke, isMaintainSession, isPrepared, isUseSoapAction, prepare, preparePortStub, setBeanClassLoader, setCustomProperties, setEndpointAddress, setJaxWsService, setLookupServiceOnStartup, setMaintainSession, setPassword, setPortFeatures, setPortName, setServiceInterface, setSoapActionUri, setUsername, setUseSoapAction, setWebServiceFeaturescreateJaxWsService, getNamespaceUri, getQName, getServiceName, getWsdlDocumentUrl, setExecutor, setHandlerResolver, setNamespaceUri, setServiceFeatures, setServiceName, setWsdlDocumentResource, setWsdlDocumentUrlpublic void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class JaxWsPortClientInterceptorpublic Object getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<Object>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Object>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Object>