Apache Muse - WS-ServiceGroup - ServiceGroupRegistration Capability
Spec name and port type: WS-ServiceGroup v1.2, ServiceGroupRegistration (WSDL)
Capability URI: http://docs.oasis-open.org/wsrf/sgw-2/ServiceGroupRegistration
Description: This capability simply allows remote clients to create new entries in a service group via the Add operation; this operation is already available to internal (service-side) code, but it cannot be invoked by remote clients unless this capability is included.
Java interface: org.apache.muse.ws.resource.sg.ServiceGroupRegistration
JAR file: muse-wsrf-api.jar
Default Java implementation: org.apache.muse.ws.resource.sg.impl.SimpleServiceGroupRegistration
JAR file: muse-wsrf-impl.jar
Action on initialize(): This capability checks to make sure that the resource type implements the WSRF ServiceGroup capability, which it relies on for its implementation.
Action on initializeCompleted(): None.
Action on prepareShutdown(): None.
Action on shutdown(): None.
Non-Core Dependencies:
Behavior and Limitations: The implementation of the WSSG Add operation is a simple pass-through to ServiceGroup.addEntry(). The EPR of the new service group entry resource is returned to the caller.
Initialization parameters: None.