License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.metro |
ArtifactId | ArtifactIdwstx-services |
Version | Version3.0.2 |
Type | Typewar |
Description |
DescriptionWS-TX Protocol Web Services
Metro is a high-performance, extensible, easy-to-use web service stack.
It is a one-stop shop for all your web service needs, from the simplest
hello world web service to reliable, secured, and transacted web service
that involves .NET services.
Metro consists of JAX-WS Reference Implementation project and
Web Services Interoperability Technology project.
JAX-WS Reference Implementation (JAX-WS RI) provides core web servicing
support and the base framework for extensions provided by the WSIT layer.
Web Services Interoperability Technologies (WSIT) (previously known as
Project Tango) includes implementations of:
- SOAP over TCP
- WS-AtomicTransactions/Coordination
- WS-MetadataExchange
- WS-Policy (github.com/eclipse-ee4j/metro-policy)
- WS-ReliableMessaging
- WS-SecureConversation
- WS-Security
- WS-SecurityPolicy
- WS-Trust
Note:
- WS-Policy (github.com/eclipse-ee4j/metro-policy)
has its own codebase however WS-Policy related issues can be submitted into
the Metro (WSIT) Issue tracker
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
wstx-services-3.0.2.pom | |
wstx-services-3.0.2.war | 41 KB |
wstx-services-3.0.2-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.metro/wstx-services/ -->
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>wstx-services</artifactId>
<version>3.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.metro/wstx-services/
implementation 'org.glassfish.metro:wstx-services:3.0.2'
// https://jarcasting.com/artifacts/org.glassfish.metro/wstx-services/
implementation ("org.glassfish.metro:wstx-services:3.0.2")
'org.glassfish.metro:wstx-services:war:3.0.2'
<dependency org="org.glassfish.metro" name="wstx-services" rev="3.0.2">
<artifact name="wstx-services" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.metro', module='wstx-services', version='3.0.2')
)
libraryDependencies += "org.glassfish.metro" % "wstx-services" % "3.0.2"
[org.glassfish.metro/wstx-services "3.0.2"]