keycloakjar.org.springframework.remoting.jaxws.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-bpm-identity-keycloak-all Show documentation
Show all versions of camunda-bpm-identity-keycloak-all Show documentation
Camunda Keycloak Identity Provider Plugin including all transitive dependencies
The newest version!
/**
* Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC),
* as included in Java 6 and Java EE 5. This package provides proxy
* factories for accessing JAX-WS services and ports.
*/
@NonNullApi
@NonNullFields
package org.springframework.remoting.jaxws;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;