builder.address(this.endpoint.getEndpointInfo().getAddress());
builder.serviceName(this.endpoint.getService().getName());
builder.endpointName(this.endpoint.getEndpointInfo().getName());
if (this.endpoint.getEndpointInfo().getService()
.getDescription() != null) {
builder.wsdlDocumentLocation(this.endpoint.getEndpointInfo().getService()
.getDescription().getBaseURI());
}
return builder.build();
}