Interface ManageBusinessIdentifierServiceSoap
-
public interface ManageBusinessIdentifierServiceSoapThis class was generated by the JAX-WS RI. JAX-WS RI 2.3.5 Generated source version: 2.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreate(ServiceMetadataPublisherServiceForParticipantType messagePart)voidcreateList(ParticipantIdentifierPageType createListIn)voiddelete(ServiceMetadataPublisherServiceForParticipantType messagePart)voiddeleteList(ParticipantIdentifierPageType deleteListIn)ParticipantIdentifierPageTypelist(PageRequestType messagePart)voidmigrate(MigrationRecordType migrateIn)voidprepareToMigrate(MigrationRecordType prepareMigrateIn)
-
-
-
Method Detail
-
create
void create(ServiceMetadataPublisherServiceForParticipantType messagePart) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
- Parameters:
messagePart-- Throws:
BadRequestFaultNotFoundFaultInternalErrorFaultUnauthorizedFault
-
createList
void createList(ParticipantIdentifierPageType createListIn) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
- Parameters:
createListIn-- Throws:
BadRequestFaultNotFoundFaultInternalErrorFaultUnauthorizedFault
-
delete
void delete(ServiceMetadataPublisherServiceForParticipantType messagePart) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
- Parameters:
messagePart-- Throws:
BadRequestFaultNotFoundFaultInternalErrorFaultUnauthorizedFault
-
deleteList
void deleteList(ParticipantIdentifierPageType deleteListIn) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
- Parameters:
deleteListIn-- Throws:
BadRequestFaultNotFoundFaultInternalErrorFaultUnauthorizedFault
-
list
ParticipantIdentifierPageType list(PageRequestType messagePart) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
- Parameters:
messagePart-- Returns:
- returns org.busdox.servicemetadata.locator._1.ParticipantIdentifierPageType
- Throws:
BadRequestFaultNotFoundFaultInternalErrorFaultUnauthorizedFault
-
prepareToMigrate
void prepareToMigrate(MigrationRecordType prepareMigrateIn) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
- Parameters:
prepareMigrateIn-- Throws:
BadRequestFaultNotFoundFaultInternalErrorFaultUnauthorizedFault
-
migrate
void migrate(MigrationRecordType migrateIn) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
- Parameters:
migrateIn-- Throws:
BadRequestFaultNotFoundFaultInternalErrorFaultUnauthorizedFault
-
-