@Path(value="/{ServiceGroupId}/services/{DocumentTypeId}")
public final class ServiceMetadataInterface
extends Object
| Constructor and Description |
|---|
ServiceMetadataInterface() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
deleteServiceRegistration(String sServiceGroupID,
String sDocumentTypeID) |
byte[] |
getServiceRegistration(String sServiceGroupID,
String sDocumentTypeID) |
javax.ws.rs.core.Response |
saveServiceRegistration(String sServiceGroupID,
String sDocumentTypeID,
com.helger.peppol.smp.ServiceMetadataType aServiceMetadata) |
@GET
@Produces(value="text/xml")
public byte[] getServiceRegistration(@PathParam(value="ServiceGroupId")
String sServiceGroupID,
@PathParam(value="DocumentTypeId")
String sDocumentTypeID)
throws Throwable
Throwable@PUT
public javax.ws.rs.core.Response saveServiceRegistration(@PathParam(value="ServiceGroupId")
String sServiceGroupID,
@PathParam(value="DocumentTypeId")
String sDocumentTypeID,
com.helger.peppol.smp.ServiceMetadataType aServiceMetadata)
throws Throwable
ThrowableCopyright © 2015–2016 Philip Helger. All rights reserved.