| Package | Description |
|---|---|
| com.helger.peppol.smlclient | |
| com.helger.peppol.smlclient.smp |
| Modifier and Type | Method and Description |
|---|---|
void |
ManageServiceMetadataServiceCaller.create(ServiceMetadataPublisherServiceType aServiceMetadata)
Creates the service metadata for the specified user.
|
void |
ManageServiceMetadataServiceCaller.create(String sSMPID,
String sSMPAddressPhysical,
String sSMPAddressLogical)
Creates the service metadata for the specified user.
|
void |
ManageServiceMetadataServiceCaller.delete(String sSMPID)
Deletes the service metadata given by the publisher id.
|
ServiceMetadataPublisherServiceType |
ManageServiceMetadataServiceCaller.read(ServiceMetadataPublisherServiceType aSMPService)
Returns information about the publisher given by the publisher id.
|
ServiceMetadataPublisherServiceType |
ManageServiceMetadataServiceCaller.read(String sSMPID)
Returns information about the publisher given by the publisher id.
|
void |
ManageServiceMetadataServiceCaller.update(ServiceMetadataPublisherServiceType aServiceMetadata)
Updates the specified service metadata.
|
void |
ManageServiceMetadataServiceCaller.update(String sSMPID,
String sSMPAddressPhysical,
String sSMPAddressLogical)
Updates the specified service metadata given by the publisher id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManageServiceMetadataServiceSoap.create(ServiceMetadataPublisherServiceType messagePart) |
void |
ManageServiceMetadataServiceSoap.delete(String messagePart) |
ServiceMetadataPublisherServiceType |
ManageServiceMetadataServiceSoap.read(ServiceMetadataPublisherServiceType messagePart) |
void |
ManageServiceMetadataServiceSoap.update(ServiceMetadataPublisherServiceType messagePart) |
Copyright © 2015–2019 Philip Helger. All rights reserved.