Codota Logo
org.apache.cxf.jaxws
Code IndexAdd Codota to your IDE (free)

How to use org.apache.cxf.jaxws

Best Java code snippets using org.apache.cxf.jaxws (Showing top 20 results out of 540)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
ArrayList a =
  • Codota Iconnew ArrayList<String>()
  • Codota Iconnew ArrayList()
  • Codota Iconnew ArrayList<Object>()
  • Smart code suggestions by Codota
}
origin: stackoverflow.com

 JaxWsProxyFactoryBean factory = new JaxWsProxyFactoryBean();
factory.setAddress("http://admin:password@localhost:8080/services/MyService");
factory.setServiceClass(ITest.class);
ITest client = (ITest) factory.create();
client.test();
origin: org.apache.cxf/cxf-rt-frontend-jaxws

protected CXFService(Bus b, URL wsdlURL, QName serviceName, WebServiceFeature ... f) {
  super(wsdlURL, serviceName);
  impl = findDelegate();
  impl.initialize(b, wsdlURL, f);
}
origin: org.apache.cxf/cxf-rt-frontend-jaxws

public Object create() {
  configured = true;
  return super.create();
}
public synchronized Object getObject() throws Exception {
origin: org.apache.cxf/cxf-rt-frontend-jaxws

@Override
public Server create() {
  if (server == null) {
    server = super.create();
  }
  return server;
}
public void destroy() {
origin: org.apache.cxf/cxf-rt-frontend-jaxws

protected EndpointImpl createEndpointImpl(Bus bus,
                     String bindingId,
                     Object implementor,
                     WebServiceFeature ... features) {
  return new EndpointImpl(bus, implementor, bindingId, features);
}
origin: org.apache.cxf/cxf-rt-frontend-jaxws

@Override
protected Invoker createInvoker() {
  if (getServiceBean() == null) {
    return new JAXWSMethodInvoker(new SingletonFactory(getServiceClass()));
  }
  return new JAXWSMethodInvoker(getServiceBean());
}
origin: org.apache.cxf/cxf-rt-frontend-jaxws

public JaxWsProxyFactoryBean() {
  super(new JaxWsClientFactoryBean());
}
public JaxWsProxyFactoryBean(ClientFactoryBean fact) {
origin: org.apache.cxf/cxf-rt-frontend-jaxws

@Override
public Dispatch<Object> createDispatch(QName portName,
                    JAXBContext context,
                    Mode mode,
                    WebServiceFeature... features) {
  return createDispatch(portName, Object.class, context, mode, features);
}
origin: org.apache.cxf/cxf-rt-frontend-jaxws

public JaxWsServiceFactoryBean getJaxWsServiceFactory() {
  return (JaxWsServiceFactoryBean)getServiceFactory();
}
public void setHandlers(@SuppressWarnings("rawtypes") List<Handler> h) {
origin: org.apache.cxf/cxf-rt-frontend-jaxws

public <T> T getPort(EndpointReferenceType endpointReference,
            Class<T> type) {
  return getPort(endpointReference, type, new WebServiceFeature[]{});
}
origin: org.apache.cxf/cxf-rt-frontend-jaxws

public JaxWsClientProxy(Client c, Binding b) {
  super(c);
  this.binding = b;
  setupEndpointAddressContext(getClient().getEndpoint());
  this.builder = new EndpointReferenceBuilder((JaxWsEndpointImpl)getClient().getEndpoint());
}
public void close() throws IOException {
origin: org.apache.cxf/cxf-rt-frontend-jaxws

/**
 * {@inheritDoc}
 * <p/>
 * This implementation performs no action except to check the publish permission.
 */
@Override
public void publish(Object arg0) {
  // Since this does not do anything now, just check the permission
  checkPublishPermission();
}
origin: org.apache.cxf/cxf-rt-frontend-jaxws

  @Override
  protected Throwable mapThrowable(Throwable t) {
    if (t instanceof Exception) {
      t = mapException(null, oi, (Exception)t);
    }
    return t;
  }
};
origin: org.apache.cxf/cxf-rt-frontend-jaxws

public EndpointReference getEndpointReference() {
  return builder.getEndpointReference();
}
public <X extends EndpointReference> X getEndpointReference(Class<X> clazz) {
origin: org.apache.cxf/cxf-rt-frontend-jaxws

public void setMetadata(List<Source> metadata) {
  checkPublishable();
  this.metadata = metadata;
}
origin: org.apache.cxf/cxf-rt-frontend-jaxws

public Server create() {
  if (server == null) {
    server = super.create();
  }
  return server;
}
public void destroy() {
origin: org.apache.cxf/cxf-rt-frontend-jaxws

@Override
public Dispatch<Object> createDispatch(QName portName, JAXBContext context, Mode mode) {
  return createDispatch(portName, context, mode, new WebServiceFeature[]{});
}
origin: org.apache.cxf/cxf-rt-frontend-jaxws

protected CXFService(Bus b, URL wsdlURL, QName serviceName) {
  super(wsdlURL, serviceName);
  impl = findDelegate();
  impl.initialize(b, wsdlURL);
}
protected CXFService(URL wsdlURL, QName serviceName, WebServiceFeature ... f) {
origin: org.apache.cxf/cxf-rt-frontend-jaxws

protected CXFService(URL wsdlURL, QName serviceName, WebServiceFeature ... f) {
  super(wsdlURL, serviceName);
  impl = findDelegate();
  impl.initialize(null, wsdlURL, f);
}
protected CXFService(Bus b, URL wsdlURL, QName serviceName, WebServiceFeature ... f) {
origin: org.apache.cxf/cxf-rt-frontend-jaxws

protected CXFService(URL wsdlURL, QName serviceName) {
  super(wsdlURL, serviceName);
  impl = findDelegate();
  impl.initialize(null, wsdlURL);
}
protected CXFService(Bus b, URL wsdlURL, QName serviceName) {
org.apache.cxf.jaxws

Most used classes

  • JaxWsProxyFactoryBean
    Factory for creating JAX-WS proxies, This class provides access to the internal properties used to s
  • EndpointImpl
  • JaxWsServerFactoryBean
    Bean to help easily create Server endpoints for JAX-WS. JaxWsServerFactoryBean sf = new JaxWsServer
  • WrappedMessageContext
  • WebServiceContextImpl
  • JaxWsDynamicClientFactory,
  • JaxWsImplementorInfo,
  • DispatchImpl,
  • JaxWsEndpointImpl,
  • JAXWSMethodInvoker,
  • ServiceImpl,
  • JaxWsClientFactoryBean,
  • AbstractJAXWSMethodInvoker,
  • PortInfoImpl,
  • LogicalHandlerInInterceptor,
  • SOAPHandlerInterceptor,
  • HolderInInterceptor,
  • WrapperClassInInterceptor,
  • ProviderImpl
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now