@Path(value="/list/{UserId}")
public final class ListInterface
extends Object
| Constructor and Description |
|---|
ListInterface() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<com.helger.peppol.smp.ServiceGroupReferenceListType> |
getServiceGroupReferenceList(String sUserID) |
@GET @Produces(value="text/xml") public JAXBElement<com.helger.peppol.smp.ServiceGroupReferenceListType> getServiceGroupReferenceList(@PathParam(value="UserId") String sUserID) throws Throwable
ThrowableCopyright © 2015–2016 Philip Helger. All rights reserved.