![JAR search and dependency download from the Maven repository](/logo.png)
org.busdox.servicemetadata.managebusinessidentifierservice._1.ManageBusinessIdentifierServiceSoap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-busdox Show documentation
Show all versions of commons-busdox Show documentation
Busdox artifacts for Java.
The newest version!
package org.busdox.servicemetadata.managebusinessidentifierservice._1;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;
import org.busdox.servicemetadata.locator._1.MigrationRecordType;
import org.busdox.servicemetadata.locator._1.PageRequestType;
import org.busdox.servicemetadata.locator._1.ParticipantIdentifierPageType;
import org.busdox.servicemetadata.locator._1.ServiceMetadataPublisherServiceForParticipantType;
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.2.10
* Generated source version: 2.2
*
*/
@WebService(name = "ManageBusinessIdentifierServiceSoap", targetNamespace = "http://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/")
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@XmlSeeAlso({
org.busdox.servicemetadata.locator._1.ObjectFactory.class,
org.busdox.transport.identifiers._1.ObjectFactory.class
})
public interface ManageBusinessIdentifierServiceSoap {
/**
*
* @param messagePart
* @throws UnauthorizedFault
* @throws BadRequestFault
* @throws InternalErrorFault
* @throws NotFoundFault
*/
@WebMethod(operationName = "Create", action = "http://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :createIn")
public void create(
@WebParam(name = "CreateParticipantIdentifier", targetNamespace = "http://busdox.org/serviceMetadata/locator/1.0/", partName = "messagePart")
ServiceMetadataPublisherServiceForParticipantType messagePart)
throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
;
/**
*
* @param createListIn
* @throws UnauthorizedFault
* @throws BadRequestFault
* @throws InternalErrorFault
* @throws NotFoundFault
*/
@WebMethod(operationName = "CreateList", action = "http://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :createListIn")
public void createList(
@WebParam(name = "CreateList", targetNamespace = "http://busdox.org/serviceMetadata/locator/1.0/", partName = "createListIn")
ParticipantIdentifierPageType createListIn)
throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
;
/**
*
* @param messagePart
* @throws UnauthorizedFault
* @throws BadRequestFault
* @throws InternalErrorFault
* @throws NotFoundFault
*/
@WebMethod(operationName = "Delete", action = "http://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :deleteIn")
public void delete(
@WebParam(name = "DeleteParticipantIdentifier", targetNamespace = "http://busdox.org/serviceMetadata/locator/1.0/", partName = "messagePart")
ServiceMetadataPublisherServiceForParticipantType messagePart)
throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
;
/**
*
* @param deleteListIn
* @throws UnauthorizedFault
* @throws BadRequestFault
* @throws InternalErrorFault
* @throws NotFoundFault
*/
@WebMethod(operationName = "DeleteList", action = "http://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :deleteListIn")
public void deleteList(
@WebParam(name = "DeleteList", targetNamespace = "http://busdox.org/serviceMetadata/locator/1.0/", partName = "deleteListIn")
ParticipantIdentifierPageType deleteListIn)
throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
;
/**
*
* @param messagePart
* @return
* returns org.busdox.servicemetadata.locator._1.ParticipantIdentifierPageType
* @throws UnauthorizedFault
* @throws BadRequestFault
* @throws InternalErrorFault
* @throws NotFoundFault
*/
@WebMethod(operationName = "List", action = "http://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :listIn")
@WebResult(name = "ParticipantIdentifierPage", targetNamespace = "http://busdox.org/serviceMetadata/locator/1.0/", partName = "messagePart")
public ParticipantIdentifierPageType list(
@WebParam(name = "PageRequest", targetNamespace = "http://busdox.org/serviceMetadata/locator/1.0/", partName = "messagePart")
PageRequestType messagePart)
throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
;
/**
*
* @param prepareMigrateIn
* @throws UnauthorizedFault
* @throws BadRequestFault
* @throws InternalErrorFault
* @throws NotFoundFault
*/
@WebMethod(operationName = "PrepareToMigrate", action = "http://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :prepareMigrateIn")
public void prepareToMigrate(
@WebParam(name = "PrepareMigrationRecord", targetNamespace = "http://busdox.org/serviceMetadata/locator/1.0/", partName = "prepareMigrateIn")
MigrationRecordType prepareMigrateIn)
throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
;
/**
*
* @param migrateIn
* @throws UnauthorizedFault
* @throws BadRequestFault
* @throws InternalErrorFault
* @throws NotFoundFault
*/
@WebMethod(operationName = "Migrate", action = "http://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :migrateIn")
public void migrate(
@WebParam(name = "CompleteMigrationRecord", targetNamespace = "http://busdox.org/serviceMetadata/locator/1.0/", partName = "migrateIn")
MigrationRecordType migrateIn)
throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy