public Printer(URL url, boolean mtom)
{
this.mtom = mtom;
if (mtom)
{
NewspaperMTOMService mtomService = new NewspaperMTOMService(url, new QName("http://org.jboss.ws/samples/news", "NewspaperMTOMService"));
mtomEndpoint = mtomService.getNewspaperMTOMEndpointPort();
}
else
{
NewspaperSWAService swaService = new NewspaperSWAService(url, new QName("http://org.jboss.ws/samples/news", "NewspaperSWAService"));
swaEndpoint = swaService.getNewspaperSWAEndpointPort();