@CodingStyleguideUnaware
public interface ManageBusinessIdentifierServiceSoap
| Modifier and Type | Method and Description |
|---|---|
void |
create(ServiceMetadataPublisherServiceForParticipantType messagePart) |
void |
createList(ParticipantIdentifierPageType createListIn) |
void |
delete(ServiceMetadataPublisherServiceForParticipantType messagePart) |
void |
deleteList(ParticipantIdentifierPageType deleteListIn) |
ParticipantIdentifierPageType |
list(PageRequestType messagePart) |
void |
migrate(MigrationRecordType migrateIn) |
void |
prepareToMigrate(MigrationRecordType prepareMigrateIn) |
void create(ServiceMetadataPublisherServiceForParticipantType messagePart) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
messagePart - InternalErrorFaultNotFoundFaultBadRequestFaultUnauthorizedFaultvoid createList(ParticipantIdentifierPageType createListIn) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
createListIn - InternalErrorFaultNotFoundFaultBadRequestFaultUnauthorizedFaultvoid delete(ServiceMetadataPublisherServiceForParticipantType messagePart) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
messagePart - InternalErrorFaultNotFoundFaultBadRequestFaultUnauthorizedFaultvoid deleteList(ParticipantIdentifierPageType deleteListIn) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
deleteListIn - InternalErrorFaultNotFoundFaultBadRequestFaultUnauthorizedFaultParticipantIdentifierPageType list(PageRequestType messagePart) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
messagePart - InternalErrorFaultNotFoundFaultBadRequestFaultUnauthorizedFaultvoid prepareToMigrate(MigrationRecordType prepareMigrateIn) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
prepareMigrateIn - InternalErrorFaultNotFoundFaultBadRequestFaultUnauthorizedFaultvoid migrate(MigrationRecordType migrateIn) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
migrateIn - InternalErrorFaultNotFoundFaultBadRequestFaultUnauthorizedFaultCopyright © 2015–2019 Philip Helger. All rights reserved.