@Path(value="/{ServiceGroupId}")
public final class ServiceGroupInterface
extends Object
| Constructor and Description |
|---|
ServiceGroupInterface() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
deleteServiceGroup(String sServiceGroupID) |
JAXBElement<com.helger.peppol.smp.ServiceGroupType> |
getServiceGroup(String sServiceGroupID) |
javax.ws.rs.core.Response |
saveServiceGroup(String sServiceGroupID,
com.helger.peppol.smp.ServiceGroupType aServiceGroup) |
@GET @Produces(value="text/xml") public JAXBElement<com.helger.peppol.smp.ServiceGroupType> getServiceGroup(@PathParam(value="ServiceGroupId") String sServiceGroupID) throws Throwable
Throwable@PUT
public javax.ws.rs.core.Response saveServiceGroup(@PathParam(value="ServiceGroupId")
String sServiceGroupID,
com.helger.peppol.smp.ServiceGroupType aServiceGroup)
throws Throwable
ThrowableCopyright © 2015–2016 Philip Helger. All rights reserved.