|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.frontend.ClientProxyFactoryBean
org.apache.cxf.jaxws.JaxWsProxyFactoryBean
public class JaxWsProxyFactoryBean
Factory for creating JAX-WS proxies, This class provides access to the internal properties used to set-up proxies. Using it provides more control than the standard JAX-WS APIs.
| Field Summary |
|---|
| Fields inherited from class org.apache.cxf.frontend.ClientProxyFactoryBean |
|---|
configured |
| Constructor Summary | |
|---|---|
JaxWsProxyFactoryBean()
|
|
JaxWsProxyFactoryBean(org.apache.cxf.frontend.ClientFactoryBean fact)
|
|
| Method Summary | |
|---|---|
protected org.apache.cxf.frontend.ClientProxy |
clientClientProxy(org.apache.cxf.endpoint.Client c)
|
Object |
create()
Creates a JAX-WS proxy that can be used to make remote invocations. |
protected String |
getConfiguredName()
|
List<javax.xml.ws.handler.Handler> |
getHandlers()
Returns the configured list of JAX-WS handlers for the proxy. |
protected Class<?>[] |
getImplementingClasses()
|
boolean |
isLoadHandlers()
|
void |
setHandlers(List<javax.xml.ws.handler.Handler> h)
Specifies a list of JAX-WS Handler implementations that are to be used by the proxy. |
void |
setLoadHandlers(boolean b)
|
| Methods inherited from class org.apache.cxf.frontend.ClientProxyFactoryBean |
|---|
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 |
| Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider |
|---|
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JaxWsProxyFactoryBean()
public JaxWsProxyFactoryBean(org.apache.cxf.frontend.ClientFactoryBean fact)
| Method Detail |
|---|
protected String getConfiguredName()
getConfiguredName in class org.apache.cxf.frontend.ClientProxyFactoryBeanpublic void setHandlers(List<javax.xml.ws.handler.Handler> h)
h - a List of Handler objectspublic List<javax.xml.ws.handler.Handler> getHandlers()
List of Handler objectspublic void setLoadHandlers(boolean b)
public boolean isLoadHandlers()
protected org.apache.cxf.frontend.ClientProxy clientClientProxy(org.apache.cxf.endpoint.Client c)
clientClientProxy in class org.apache.cxf.frontend.ClientProxyFactoryBeanprotected Class<?>[] getImplementingClasses()
getImplementingClasses in class org.apache.cxf.frontend.ClientProxyFactoryBeanpublic Object create()
create in class org.apache.cxf.frontend.ClientProxyFactoryBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||