Interface ManageServiceMetadataServiceSoap
-
public interface ManageServiceMetadataServiceSoapThis 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(ServiceMetadataPublisherServiceType messagePart)voiddelete(String messagePart)ServiceMetadataPublisherServiceTyperead(ServiceMetadataPublisherServiceType messagePart)voidupdate(ServiceMetadataPublisherServiceType messagePart)
-
-
-
Method Detail
-
create
void create(ServiceMetadataPublisherServiceType messagePart) throws BadRequestFault, InternalErrorFault, UnauthorizedFault
- Parameters:
messagePart-- Throws:
BadRequestFaultInternalErrorFaultUnauthorizedFault
-
read
ServiceMetadataPublisherServiceType read(ServiceMetadataPublisherServiceType messagePart) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
- Parameters:
messagePart-- Returns:
- returns org.busdox.servicemetadata.locator._1.ServiceMetadataPublisherServiceType
- Throws:
NotFoundFaultBadRequestFaultInternalErrorFaultUnauthorizedFault
-
update
void update(ServiceMetadataPublisherServiceType messagePart) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
- Parameters:
messagePart-- Throws:
NotFoundFaultBadRequestFaultInternalErrorFaultUnauthorizedFault
-
delete
void delete(String messagePart) throws BadRequestFault, InternalErrorFault, NotFoundFault, UnauthorizedFault
- Parameters:
messagePart-- Throws:
NotFoundFaultBadRequestFaultInternalErrorFaultUnauthorizedFault
-
-