Class ServiceGroupBuilder
- java.lang.Object
-
- network.oxalis.vefa.peppol.publisher.builder.ServiceGroupBuilder
-
public class ServiceGroupBuilder extends Object
- Author:
- erlend
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceGroupBuilderadd(ServiceReference serviceReference)ServiceGroupbuild()static ServiceGroupBuildernewInstance(ParticipantIdentifier participantIdentifier)
-
-
-
Method Detail
-
newInstance
public static ServiceGroupBuilder newInstance(ParticipantIdentifier participantIdentifier)
-
add
public ServiceGroupBuilder add(ServiceReference serviceReference)
-
build
public ServiceGroup build()
-
-