| Package | Description |
|---|---|
| com.helger.peppol.bdxrclient | |
| com.helger.peppol.httpclient | |
| com.helger.peppol.smpclient | |
| com.helger.peppol.smpclient.exception |
| Modifier and Type | Method and Description |
|---|---|
void |
BDXRClient.deleteServiceGroup(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Deletes a service group given by its service group id.
|
void |
BDXRClient.deleteServiceRegistration(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Deletes a service meta data object given by its service group id and its
document type.
|
com.helger.peppol.bdxr.EndpointType |
BDXRClientReadOnly.getEndpoint(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID,
com.helger.peppol.identifier.generic.process.IProcessIdentifier aProcessID,
com.helger.peppol.smp.ISMPTransportProfile aTransportProfile)
Gets a signed service metadata object given by its service group id and its
document type.
|
String |
BDXRClientReadOnly.getEndpointAddress(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID,
com.helger.peppol.identifier.generic.process.IProcessIdentifier aProcessID,
com.helger.peppol.smp.ISMPTransportProfile aTransportProfile) |
X509Certificate |
BDXRClientReadOnly.getEndpointCertificate(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID,
com.helger.peppol.identifier.generic.process.IProcessIdentifier aProcessID,
com.helger.peppol.smp.ISMPTransportProfile aTransportProfile) |
byte[] |
BDXRClientReadOnly.getEndpointCertificateString(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID,
com.helger.peppol.identifier.generic.process.IProcessIdentifier aProcessID,
com.helger.peppol.smp.ISMPTransportProfile aTransportProfile) |
com.helger.peppol.bdxr.ServiceGroupType |
BDXRClientReadOnly.getServiceGroup(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID)
Returns a service group.
|
static com.helger.peppol.bdxr.ServiceGroupType |
BDXRClientReadOnly.getServiceGroupByDNS(com.helger.peppol.url.IPeppolURLProvider aURLProvider,
com.helger.peppol.sml.ISMLInfo aSMLInfo,
com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID)
Returns a service group.
|
com.helger.peppol.bdxr.ServiceGroupType |
BDXRClientReadOnly.getServiceGroupOrNull(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID)
Returns a service group.
|
com.helger.peppol.bdxr.SignedServiceMetadataType |
BDXRClientReadOnly.getServiceRegistration(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID)
Gets a signed service metadata object given by its service group id and its
document type.
|
static com.helger.peppol.bdxr.SignedServiceMetadataType |
BDXRClientReadOnly.getServiceRegistrationByDNS(com.helger.peppol.url.IPeppolURLProvider aURLProvider,
com.helger.peppol.sml.ISMLInfo aSMLInfo,
com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID)
Gets a signed service metadata object given by its service group id and its
document type.
|
com.helger.peppol.bdxr.SignedServiceMetadataType |
BDXRClientReadOnly.getServiceRegistrationOrNull(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID)
Gets a signed service metadata object given by its service group id and its
document type.
|
com.helger.peppol.bdxr.ServiceGroupType |
BDXRClient.saveServiceGroup(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aParticipantID,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Saves a service group.
|
void |
BDXRClient.saveServiceGroup(com.helger.peppol.bdxr.ServiceGroupType aServiceGroup,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Saves a service group.
|
void |
BDXRClient.saveServiceInformation(com.helger.peppol.bdxr.ServiceInformationType aServiceInformation,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Saves a service information data object.
|
void |
BDXRClient.saveServiceRedirect(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID,
com.helger.peppol.bdxr.RedirectType aRedirect,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Saves a redirect data object.
|
void |
BDXRClient.saveServiceRegistration(com.helger.peppol.bdxr.ServiceMetadataType aServiceMetadata,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SMPClientException |
AbstractGenericSMPClient.getConvertedException(Exception ex)
Convert the passed generic HTTP exception into a more specific exception.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AbstractGenericSMPClient.executeGenericRequest(org.apache.http.client.methods.HttpUriRequest aRequest,
org.apache.http.client.ResponseHandler<T> aResponseHandler)
Execute a generic request on the SMP.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SMPClient.deleteServiceGroup(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Deletes a service group given by its service group id.
|
void |
SMPClient.deleteServiceRegistration(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Deletes a service meta data object given by its service group id and its
document type.
|
com.helger.peppol.smp.CompleteServiceGroupType |
SMPClientReadOnly.getCompleteServiceGroup(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID)
Returns a complete service group.
|
com.helger.peppol.smp.CompleteServiceGroupType |
SMPClientReadOnly.getCompleteServiceGroup(String sCompleteURI)
Returns a complete service group.
|
static com.helger.peppol.smp.CompleteServiceGroupType |
SMPClientReadOnly.getCompleteServiceGroupByDNS(com.helger.peppol.url.IPeppolURLProvider aURLProvider,
com.helger.peppol.sml.ISMLInfo aSMLInfo,
com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID)
Returns a complete service group.
|
com.helger.peppol.smp.CompleteServiceGroupType |
SMPClientReadOnly.getCompleteServiceGroupOrNull(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID)
Returns a complete service group.
|
com.helger.peppol.smp.EndpointType |
SMPClientReadOnly.getEndpoint(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID,
com.helger.peppol.identifier.generic.process.IProcessIdentifier aProcessID,
com.helger.peppol.smp.ISMPTransportProfile aTransportProfile)
Gets a signed service metadata object given by its service group id and its
document type.
|
String |
SMPClientReadOnly.getEndpointAddress(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID,
com.helger.peppol.identifier.generic.process.IProcessIdentifier aProcessID,
com.helger.peppol.smp.ISMPTransportProfile aTransportProfile) |
X509Certificate |
SMPClientReadOnly.getEndpointCertificate(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID,
com.helger.peppol.identifier.generic.process.IProcessIdentifier aProcessID,
com.helger.peppol.smp.ISMPTransportProfile aTransportProfile) |
String |
SMPClientReadOnly.getEndpointCertificateString(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID,
com.helger.peppol.identifier.generic.process.IProcessIdentifier aProcessID,
com.helger.peppol.smp.ISMPTransportProfile aTransportProfile) |
com.helger.peppol.smp.ServiceGroupType |
SMPClientReadOnly.getServiceGroup(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID)
Returns a service group.
|
static com.helger.peppol.smp.ServiceGroupType |
SMPClientReadOnly.getServiceGroupByDNS(com.helger.peppol.url.IPeppolURLProvider aURLProvider,
com.helger.peppol.sml.ISMLInfo aSMLInfo,
com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID)
Returns a service group.
|
com.helger.peppol.smp.ServiceGroupType |
SMPClientReadOnly.getServiceGroupOrNull(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID)
Returns a service group.
|
com.helger.peppol.smp.ServiceGroupReferenceListType |
SMPClientReadOnly.getServiceGroupReferenceList(String sUserID,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Gets a list of references to the CompleteServiceGroup's owned by the
specified userId.
|
com.helger.peppol.smp.ServiceGroupReferenceListType |
SMPClientReadOnly.getServiceGroupReferenceListOrNull(String sUserID,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Gets a list of references to the CompleteServiceGroup's owned by the
specified userId.
|
com.helger.peppol.smp.SignedServiceMetadataType |
SMPClientReadOnly.getServiceRegistration(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID)
Gets a signed service metadata object given by its service group id and its
document type.
|
static com.helger.peppol.smp.SignedServiceMetadataType |
SMPClientReadOnly.getServiceRegistrationByDNS(com.helger.peppol.url.IPeppolURLProvider aURLProvider,
com.helger.peppol.sml.ISMLInfo aSMLInfo,
com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID)
Gets a signed service metadata object given by its service group id and its
document type.
|
com.helger.peppol.smp.SignedServiceMetadataType |
SMPClientReadOnly.getServiceRegistrationOrNull(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID)
Gets a signed service metadata object given by its service group id and its
document type.
|
com.helger.peppol.smp.ServiceGroupType |
SMPClient.saveServiceGroup(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aParticipantID,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Saves a service group.
|
void |
SMPClient.saveServiceGroup(com.helger.peppol.smp.ServiceGroupType aServiceGroup,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Saves a service group.
|
void |
SMPClient.saveServiceInformation(com.helger.peppol.smp.ServiceInformationType aServiceInformation,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Saves a service information data object.
|
void |
SMPClient.saveServiceRedirect(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aServiceGroupID,
com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier aDocumentTypeID,
com.helger.peppol.smp.RedirectType aRedirect,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Saves a redirect data object.
|
void |
SMPClient.saveServiceRegistration(com.helger.peppol.smp.ServiceMetadataType aServiceMetadata,
com.helger.http.basicauth.BasicAuthClientCredentials aCredentials)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMPClientBadRequestException
This exception is thrown, if the HTTP response was 400.
|
class |
SMPClientNotFoundException
This exception is thrown, if the HTTP response was 404.
|
class |
SMPClientUnauthorizedException
This exception is thrown, if the HTTP response was 403.
|
Copyright © 2015–2017 Philip Helger. All rights reserved.