int mtomThreshold = 0;
boolean isAddressingConfiguredViaMetadata = false;
boolean enableRespectBindingdFromMetadata = false;
boolean enableAddressingFromMetadata = false;
boolean requireAddressingFromMetadata = false;
Responses addressingResponses = null;
// if we have an SEI for the port, then we'll use it in order to search for WebService Feature configuration
if(endpointDesc.getEndpointInterfaceDescription() != null
&&
endpointDesc.getEndpointInterfaceDescription().getSEIClass() != null) {