public class JaxWsProxyFactoryBean extends ClientProxyFactoryBean
configured
Constructor and Description |
---|
JaxWsProxyFactoryBean() |
JaxWsProxyFactoryBean(ClientFactoryBean fact) |
Modifier and Type | Method and Description |
---|---|
protected ClientProxy |
clientClientProxy(Client c) |
Object |
create()
Creates a JAX-WS proxy that can be used to make remote invocations.
|
protected String |
getConfiguredName() |
List<Handler> |
getHandlers()
Returns the configured list of JAX-WS handlers for the proxy.
|
protected Class<?>[] |
getImplementingClasses() |
boolean |
isLoadHandlers() |
void |
setHandlers(List<Handler> h)
Specifies a list of JAX-WS Handler implementations that are to be
used by the proxy.
|
void |
setLoadHandlers(boolean b) |
create, getAddress, getBindingConfig, getBindingId, getBus, getClientFactoryBean, getConduitSelector, getDataBinding, getEndpointName, getFeatures, getPassword, getProperties, getServiceClass, getServiceFactory, getServiceName, getTransportId, getUsername, getWsdlLocation, getWsdlURL, initFeatures, setAddress, setBindingConfig, setBindingId, setBus, setClientFactoryBean, setConduitSelector, setDataBinding, setEndpointName, setFeatures, setPassword, setProperties, setServiceClass, setServiceFactory, setServiceName, setTransportId, setUsername, setWsdlLocation, setWsdlURL
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
public JaxWsProxyFactoryBean()
public JaxWsProxyFactoryBean(ClientFactoryBean fact)
protected String getConfiguredName()
getConfiguredName
in class ClientProxyFactoryBean
public void setHandlers(List<Handler> h)
h
- a List
of Handler
objectspublic List<Handler> getHandlers()
List
of Handler
objectspublic void setLoadHandlers(boolean b)
public boolean isLoadHandlers()
protected ClientProxy clientClientProxy(Client c)
clientClientProxy
in class ClientProxyFactoryBean
protected Class<?>[] getImplementingClasses()
getImplementingClasses
in class ClientProxyFactoryBean
public Object create()
create
in class ClientProxyFactoryBean
Apache CXF